/third_party/node/deps/v8/src/baseline/ |
D | baseline-batch-compiler.cc | 253 IsCompiledScope is_compiled_scope( in EnqueueFunction() local 326 IsCompiledScope is_compiled_scope( in CompileBatch() local 353 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate_)); in MaybeCompileFunction() local
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-compiler.cc | 36 IsCompiledScope is_compiled_scope(function->shared(), isolate); in CompileOptimized() local 70 IsCompiledScope is_compiled_scope; in RUNTIME_FUNCTION() local 85 IsCompiledScope is_compiled_scope(*sfi, isolate); in RUNTIME_FUNCTION() local
|
D | runtime-test.cc | 231 IsCompiledScope* is_compiled_scope) { in CanOptimizeFunction() 280 IsCompiledScope* is_compiled_scope) { in CanOptimizeFunction() 303 IsCompiledScope is_compiled_scope( in OptimizeFunctionOnNextCall() local 345 IsCompiledScope is_compiled_scope( in EnsureFeedbackVector() local 376 IsCompiledScope is_compiled_scope = in RUNTIME_FUNCTION() local 445 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION() local 627 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION() local 687 IsCompiledScope is_compiled_scope( in RUNTIME_FUNCTION() local 1197 IsCompiledScope is_compiled_scope; in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 784 AccountingAllocator* allocator, IsCompiledScope* is_compiled_scope, in IterativelyExecuteAndFinalizeUnoptimizedCompilationJobs() 1352 IsCompiledScope is_compiled_scope(*shared_info, isolate); in FinalizeUnoptimizedCompilation() local 1403 IsCompiledScope is_compiled_scope(*shared_info, isolate); in CompileAllWithBaseline() local 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() local
|
/third_party/node/deps/v8/src/execution/ |
D | tiering-manager.cc | 378 IsCompiledScope is_compiled_scope( in OnInterruptTick() local 418 IsCompiledScope is_compiled_scope( in OnInterruptTick() local
|
/third_party/node/deps/v8/src/debug/ |
D | debug.cc | 1615 IsCompiledScope is_compiled_scope; in InstallDebugBreakTrampoline() local 1649 IsCompiledScope is_compiled_scope; in CompileTopLevel() local 1851 IsCompiledScope is_compiled_scope(candidate->is_compiled_scope(isolate_)); in FindSharedFunctionInfosIntersectingRange() local 1890 IsCompiledScope is_compiled_scope; in FindInnermostContainingFunctionInfo() local 1936 IsCompiledScope is_compiled_scope = shared->is_compiled_scope(isolate_); in EnsureBreakInfo() local 2739 IsCompiledScope is_compiled_scope( in PerformSideEffectCheck() local
|
D | debug-coverage.cc | 811 IsCompiledScope is_compiled_scope( in SelectMode() local
|
D | liveedit.cc | 1082 IsCompiledScope is_compiled_scope( in PatchScript() local 1126 IsCompiledScope is_compiled_scope( in PatchScript() local
|
/third_party/node/deps/v8/src/objects/ |
D | js-function.cc | 581 Handle<JSFunction> function, IsCompiledScope* is_compiled_scope, in InitializeFeedbackCell() 1269 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in CalculateExpectedNofProperties() local
|
D | feedback-vector.cc | 250 IsCompiledScope* is_compiled_scope) { in New() 349 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in NewFeedbackVectorForTesting() local
|
D | shared-function-info.cc | 721 IsCompiledScope* is_compiled_scope, CreateSourcePositions flag) { in EnsureBytecodeArrayAvailable()
|
D | shared-function-info-inl.h | 508 IsCompiledScope SharedFunctionInfo::is_compiled_scope(IsolateT* isolate) const { in is_compiled_scope() function
|
D | js-objects.cc | 5594 IsCompiledScope is_compiled_scope; in EnsureSourcePositionsAvailable() local
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 3950 IsCompiledScope is_compiled_scope(sfi_->is_compiled_scope(isolate_)); in Build() local
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 7930 IsCompiledScope is_compiled_scope(shared->is_compiled_scope(isolate)); in ResolveWasmImportCall() local
|