Home
last modified time | relevance | path

Searched defs:allocScope (Results 1 – 25 of 54) sorted by relevance

123

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DBytecodeCompiler.cpp181 LifoAllocScope allocScope(&compilationInfo.cx->tempLifoAlloc()); in CreateGlobalScript() local
238 LifoAllocScope allocScope(&compilationInfo.cx->tempLifoAlloc()); in CreateEvalScript() local
386 LifoAllocScope& allocScope, CompilationInfo& compilationInfo) { in createSourceAndParser()
712 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileGlobalBinASTScriptImpl() local
799 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in InternalParseModule() local
914 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileLazyFunctionImpl() local
998 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileLazyBinASTFunctionImpl() local
1060 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileStandaloneFunction() local
H A DCompilationInfo.h89 LifoAllocScope& allocScope; member
H A DFrontend2.cpp270 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in createRegExpData() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DBytecodeCompiler.cpp102 explicit SourceAwareCompiler(JSContext* cx, LifoAllocScope& allocScope, in SourceAwareCompiler()
165 explicit ScriptCompiler(JSContext* cx, LifoAllocScope& allocScope, in ScriptCompiler()
275 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileGlobalScriptToStencilAndMaybeInstantiate() local
456 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileEvalScriptImpl() local
504 explicit ModuleCompiler(JSContext* cx, LifoAllocScope& allocScope, in ModuleCompiler()
531 explicit StandaloneFunctionCompiler(JSContext* cx, LifoAllocScope& allocScope, in StandaloneFunctionCompiler()
883 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in ParseModuleToStencilAndMaybeInstantiate() local
1018 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileLazyFunction() local
1170 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileStandaloneFunction() local
H A DFrontend2.cpp319 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in ConvertRegExpData() local
587 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in tryCompileGlobalScriptToExtensibleStencil() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DBytecodeCompiler.cpp102 explicit SourceAwareCompiler(JSContext* cx, LifoAllocScope& allocScope, in SourceAwareCompiler()
165 explicit ScriptCompiler(JSContext* cx, LifoAllocScope& allocScope, in ScriptCompiler()
275 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileGlobalScriptToStencilAndMaybeInstantiate() local
456 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileEvalScriptImpl() local
504 explicit ModuleCompiler(JSContext* cx, LifoAllocScope& allocScope, in ModuleCompiler()
531 explicit StandaloneFunctionCompiler(JSContext* cx, LifoAllocScope& allocScope, in StandaloneFunctionCompiler()
883 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in ParseModuleToStencilAndMaybeInstantiate() local
1018 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileLazyFunction() local
1170 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileStandaloneFunction() local
H A DFrontend2.cpp319 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in ConvertRegExpData() local
587 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in tryCompileGlobalScriptToExtensibleStencil() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/fuzz-tests/
H A DtestBinASTReader.cpp52 LifoAllocScope allocScope(&gCx->tempLifoAlloc()); in testBinASTReaderFuzz() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DCompilationAndEvaluation.cpp70 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompileSourceBuffer() local
167 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in JS_Utf8BufferIsCompilableUnit() local
482 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in EvaluateSourceBuffer() local
H A DBytecodeUtil.cpp956 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in ReconstructStackDepth() local
984 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DisassembleAtPC() local
2254 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileAtPCForStackDump() local
2376 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileExpressionFromStack() local
2478 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileArgumentFromStack() local
2725 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in GetPCCountJSON() local
H A DRegExpObject.cpp256 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in create() local
302 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in create() local
1230 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in compile() local
1864 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CheckRegExpSyntax() local
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DBytecodeUtil.cpp974 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in ReconstructStackDepth() local
1002 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DisassembleAtPC() local
2247 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileAtPCForStackDump() local
2369 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileExpressionFromStack() local
2471 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileArgumentFromStack() local
2717 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in GetPCCountJSON() local
H A DRegExpObject.cpp226 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in create() local
1297 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CheckRegExpSyntax() local
H A DCompilationAndEvaluation.cpp202 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in JS_Utf8BufferIsCompilableUnit() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DBytecodeUtil.cpp974 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in ReconstructStackDepth() local
1002 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DisassembleAtPC() local
2247 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileAtPCForStackDump() local
2369 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileExpressionFromStack() local
2471 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileArgumentFromStack() local
2717 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in GetPCCountJSON() local
H A DRegExpObject.cpp226 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in create() local
1297 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CheckRegExpSyntax() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DEval.cpp332 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in EvalKernel() local
439 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DirectEvalStringFromIon() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/new-regexp/
H A DRegExpAPI.cpp240 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CheckPatternSyntaxImpl() local
444 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompilePattern() local
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DBytecodeUtil.cpp973 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in ReconstructStackDepth() local
1001 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DisassembleAtPC() local
2321 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileAtPCForStackDump() local
2443 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileExpressionFromStack() local
2545 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in DecompileArgumentFromStack() local
2791 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in GetPCCountJSON() local
H A DRegExpObject.cpp225 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in create() local
1246 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CheckRegExpSyntax() local
H A DCompilationAndEvaluation.cpp227 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in JS_Utf8BufferIsCompilableUnit() local
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestBinASTReader.cpp304 LifoAllocScope allocScope(&cx->tempLifoAlloc()); local
/dports/www/firefox-esr/firefox-91.8.0/js/src/irregexp/
H A DRegExpAPI.cpp281 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CheckPatternSyntaxImpl() local
574 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompilePattern() local
/dports/www/firefox/firefox-99.0/js/src/irregexp/
H A DRegExpAPI.cpp282 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CheckPatternSyntaxImpl() local
591 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompilePattern() local
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/irregexp/
H A DRegExpAPI.cpp281 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CheckPatternSyntaxImpl() local
574 LifoAllocScope allocScope(&cx->tempLifoAlloc()); in CompilePattern() local

123