Home
last modified time | relevance | path

Searched refs:IsCompiledScope (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcompiler.h34 class IsCompiledScope; variable
73 IsCompiledScope* is_compiled_scope,
78 IsCompiledScope* is_compiled_scope);
81 IsCompiledScope* is_compiled_scope);
86 IsCompiledScope* is_compiled_scope);
89 IsCompiledScope* is_compiled_scope);
93 IsCompiledScope* is_compiled_scope);
560 IsCompiledScope is_compiled_scope_;
Dcompiler.cc784 AccountingAllocator* allocator, IsCompiledScope* is_compiled_scope, in IterativelyExecuteAndFinalizeUnoptimizedCompilationJobs()
1352 IsCompiledScope is_compiled_scope(*shared_info, isolate); in FinalizeUnoptimizedCompilation()
1403 IsCompiledScope is_compiled_scope(*shared_info, isolate); in CompileAllWithBaseline()
1426 IsCompiledScope* is_compiled_scope) { in CompileToplevel()
1981 IsCompiledScope* is_compiled_scope, in Compile()
2062 IsCompiledScope* is_compiled_scope) { in Compile()
2138 IsCompiledScope* is_compiled_scope) { in Compile()
2189 IsCompiledScope* is_compiled_scope) { in Compile()
2208 IsCompiledScope* is_compiled_scope) { in Compile()
2234 IsCompiledScope* is_compiled_scope) { in Compile()
[all …]
Dpending-optimization-table.cc35 IsCompiledScope is_compiled_scope; in PreparedForOptimization()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.h37 class IsCompiledScope; variable
292 inline IsCompiledScope is_compiled_scope(IsolateT* isolate) const;
614 IsCompiledScope* is_compiled,
738 class V8_NODISCARD IsCompiledScope {
740 inline IsCompiledScope(const SharedFunctionInfo shared, Isolate* isolate);
741 inline IsCompiledScope(const SharedFunctionInfo shared,
743 inline IsCompiledScope() : retain_code_(), is_compiled_(false) {} in IsCompiledScope() function
Djs-function.h216 IsCompiledScope* compiled_scope);
219 IsCompiledScope* compiled_scope);
235 IsCompiledScope* compiled_scope,
Dshared-function-info-inl.h508 IsCompiledScope SharedFunctionInfo::is_compiled_scope(IsolateT* isolate) const { in is_compiled_scope()
509 return IsCompiledScope(*this, isolate); in is_compiled_scope()
512 IsCompiledScope::IsCompiledScope(const SharedFunctionInfo shared, in IsCompiledScope() function
526 IsCompiledScope::IsCompiledScope(const SharedFunctionInfo shared, in IsCompiledScope() function
Dcompilation-cache-table-inl.h100 : IsCompiledScope()), in InfoCellPair()
Dcompilation-cache-table.h77 IsCompiledScope is_compiled_scope_;
Djs-function.cc540 IsCompiledScope* compiled_scope) { in EnsureFeedbackVector()
554 IsCompiledScope* compiled_scope) { in CreateAndAttachFeedbackVector()
581 Handle<JSFunction> function, IsCompiledScope* is_compiled_scope, in InitializeFeedbackCell()
1269 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in CalculateExpectedNofProperties()
Dfeedback-vector.h27 class IsCompiledScope; variable
278 IsCompiledScope* is_compiled_scope);
Dfeedback-vector.cc250 IsCompiledScope* is_compiled_scope) { in New()
349 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in NewFeedbackVectorForTesting()
Dshared-function-info.cc721 IsCompiledScope* is_compiled_scope, CreateSourcePositions flag) { in EnsureBytecodeArrayAvailable()
Djs-objects.h30 class IsCompiledScope; variable
Djs-objects.cc5594 IsCompiledScope is_compiled_scope; in EnsureSourcePositionsAvailable()
/third_party/node/deps/v8/src/baseline/
Dbaseline-batch-compiler.cc253 IsCompiledScope is_compiled_scope( in EnqueueFunction()
326 IsCompiledScope is_compiled_scope( in CompileBatch()
353 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate_)); in MaybeCompileFunction()
/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc36 IsCompiledScope is_compiled_scope(function->shared(), isolate); in CompileOptimized()
70 IsCompiledScope is_compiled_scope; in RUNTIME_FUNCTION()
85 IsCompiledScope is_compiled_scope(*sfi, isolate); in RUNTIME_FUNCTION()
Druntime-test.cc226 IsCompiledScope* is_compiled_scope);
231 IsCompiledScope* is_compiled_scope) { in CanOptimizeFunction()
280 IsCompiledScope* is_compiled_scope) { in CanOptimizeFunction()
303 IsCompiledScope is_compiled_scope( in OptimizeFunctionOnNextCall()
345 IsCompiledScope is_compiled_scope( in EnsureFeedbackVector()
376 IsCompiledScope is_compiled_scope = in RUNTIME_FUNCTION()
445 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION()
627 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION()
687 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION()
1197 IsCompiledScope is_compiled_scope; in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc378 IsCompiledScope is_compiled_scope( in OnInterruptTick()
418 IsCompiledScope is_compiled_scope( in OnInterruptTick()
/third_party/node/deps/v8/src/debug/
Ddebug.cc1615 IsCompiledScope is_compiled_scope; in InstallDebugBreakTrampoline()
1649 IsCompiledScope is_compiled_scope; in CompileTopLevel()
1814 std::vector<IsCompiledScope> compiled_scopes; in FindSharedFunctionInfosIntersectingRange()
1851 IsCompiledScope is_compiled_scope(candidate->is_compiled_scope(isolate_)); in FindSharedFunctionInfosIntersectingRange()
1890 IsCompiledScope is_compiled_scope; in FindInnermostContainingFunctionInfo()
1936 IsCompiledScope is_compiled_scope = shared->is_compiled_scope(isolate_); in EnsureBreakInfo()
2739 IsCompiledScope is_compiled_scope( in PerformSideEffectCheck()
Dliveedit.cc1082 IsCompiledScope is_compiled_scope( in PatchScript()
1126 IsCompiledScope is_compiled_scope( in PatchScript()
Ddebug-coverage.cc811 IsCompiledScope is_compiled_scope( in SelectMode()
/third_party/node/deps/v8/src/snapshot/
Dcode-serializer.cc291 IsCompiledScope is_compiled(shared_info, isolate); in CreateInterpreterDataForDeserializedCode()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3950 IsCompiledScope is_compiled_scope(sfi_->is_compiled_scope(isolate_)); in Build()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc7930 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in ResolveWasmImportCall()