/third_party/node/deps/v8/src/codegen/ |
D | compiler.h | 34 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_;
|
D | compiler.cc | 784 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 …]
|
D | pending-optimization-table.cc | 35 IsCompiledScope is_compiled_scope; in PreparedForOptimization()
|
/third_party/node/deps/v8/src/objects/ |
D | shared-function-info.h | 37 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
|
D | js-function.h | 216 IsCompiledScope* compiled_scope); 219 IsCompiledScope* compiled_scope); 235 IsCompiledScope* compiled_scope,
|
D | shared-function-info-inl.h | 508 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
|
D | compilation-cache-table-inl.h | 100 : IsCompiledScope()), in InfoCellPair()
|
D | compilation-cache-table.h | 77 IsCompiledScope is_compiled_scope_;
|
D | js-function.cc | 540 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()
|
D | feedback-vector.h | 27 class IsCompiledScope; variable 278 IsCompiledScope* is_compiled_scope);
|
D | feedback-vector.cc | 250 IsCompiledScope* is_compiled_scope) { in New() 349 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in NewFeedbackVectorForTesting()
|
D | shared-function-info.cc | 721 IsCompiledScope* is_compiled_scope, CreateSourcePositions flag) { in EnsureBytecodeArrayAvailable()
|
D | js-objects.h | 30 class IsCompiledScope; variable
|
D | js-objects.cc | 5594 IsCompiledScope is_compiled_scope; in EnsureSourcePositionsAvailable()
|
/third_party/node/deps/v8/src/baseline/ |
D | baseline-batch-compiler.cc | 253 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/ |
D | runtime-compiler.cc | 36 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()
|
D | runtime-test.cc | 226 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/ |
D | tiering-manager.cc | 378 IsCompiledScope is_compiled_scope( in OnInterruptTick() 418 IsCompiledScope is_compiled_scope( in OnInterruptTick()
|
/third_party/node/deps/v8/src/debug/ |
D | debug.cc | 1615 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()
|
D | liveedit.cc | 1082 IsCompiledScope is_compiled_scope( in PatchScript() 1126 IsCompiledScope is_compiled_scope( in PatchScript()
|
D | debug-coverage.cc | 811 IsCompiledScope is_compiled_scope( in SelectMode()
|
/third_party/node/deps/v8/src/snapshot/ |
D | code-serializer.cc | 291 IsCompiledScope is_compiled(shared_info, isolate); in CreateInterpreterDataForDeserializedCode()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 3950 IsCompiledScope is_compiled_scope(sfi_->is_compiled_scope(isolate_)); in Build()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 7930 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in ResolveWasmImportCall()
|