Searched defs:osr_offset (Results 1 – 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
D | osr-optimized-code-cache.cc | 26 BytecodeOffset osr_offset) { in Insert() 108 BytecodeOffset osr_offset, in TryGet() 217 BytecodeOffset osr_offset) { in FindEntry() 254 BytecodeOffset osr_offset) { in InitializeEntry()
|
/third_party/node/deps/v8/src/codegen/ |
D | compiler.cc | 77 constexpr bool IsOSR(BytecodeOffset osr_offset) { return !osr_offset.IsNone(); } in IsOSR() 79 void SetTieringState(JSFunction function, BytecodeOffset osr_offset, in SetTieringState() 88 void ResetTieringState(JSFunction function, BytecodeOffset osr_offset) { in ResetTieringState() 94 void ResetProfilerTicks(JSFunction function, BytecodeOffset osr_offset) { in ResetProfilerTicks() 124 BytecodeOffset osr_offset, in TraceOptimizeOSR() 135 BytecodeOffset osr_offset, in TraceOptimizeOSRUnavailable() 187 BytecodeOffset osr_offset, in TraceOptimizedCodeCacheHit() 898 Isolate* isolate, Handle<JSFunction> function, BytecodeOffset osr_offset, in Get() 942 const BytecodeOffset osr_offset = compilation_info->osr_offset(); in Insert() local 1094 BytecodeOffset osr_offset, in CompileTurbofan() [all …]
|
D | optimized-compilation-info.cc | 26 Handle<JSFunction> closure, CodeKind code_kind, BytecodeOffset osr_offset, in OptimizedCompilationInfo()
|
D | optimized-compilation-info.h | 126 BytecodeOffset osr_offset() const { return osr_offset_; } in osr_offset() function
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-compiler.cc | 245 BytecodeOffset osr_offset = BytecodeOffset(frame->GetBytecodeOffset()); in RUNTIME_FUNCTION() local
|
D | runtime-test.cc | 646 const BytecodeOffset osr_offset = in RUNTIME_FUNCTION() local
|
/third_party/node/deps/v8/src/execution/ |
D | tiering-manager.cc | 158 for (BytecodeOffset osr_offset : cache.OsrOffsetsFor(function.shared())) { in HaveCachedOSRCodeForCurrentBytecodeOffset() local
|
/third_party/node/deps/v8/src/maglev/ |
D | maglev-code-generator.cc | 608 BytecodeOffset osr_offset = BytecodeOffset::None(); in GenerateDeoptimizationData() local
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator.cc | 929 BytecodeOffset osr_offset = BytecodeOffset::None(); in GenerateDeoptimizationData() local
|
/third_party/node/deps/v8/src/compiler/ |
D | pipeline.cc | 1104 Handle<JSFunction> function, BytecodeOffset osr_offset, in PipelineCompilationJob() 3343 bool has_script, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) { in NewCompilationJob()
|
D | bytecode-graph-builder.cc | 1024 FeedbackCellRef const& feedback_cell, BytecodeOffset osr_offset, in BytecodeGraphBuilder() 4412 BytecodeOffset osr_offset, JSGraph* jsgraph, in BuildGraphFromBytecode()
|