Home
last modified time | relevance | path

Searched defs:osr_offset (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dosr-optimized-code-cache.cc26 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/
Dcompiler.cc77 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 …]
Doptimized-compilation-info.cc26 Handle<JSFunction> closure, CodeKind code_kind, BytecodeOffset osr_offset, in OptimizedCompilationInfo()
Doptimized-compilation-info.h126 BytecodeOffset osr_offset() const { return osr_offset_; } in osr_offset() function
/third_party/node/deps/v8/src/runtime/
Druntime-compiler.cc245 BytecodeOffset osr_offset = BytecodeOffset(frame->GetBytecodeOffset()); in RUNTIME_FUNCTION() local
Druntime-test.cc646 const BytecodeOffset osr_offset = in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc158 for (BytecodeOffset osr_offset : cache.OsrOffsetsFor(function.shared())) { in HaveCachedOSRCodeForCurrentBytecodeOffset() local
/third_party/node/deps/v8/src/maglev/
Dmaglev-code-generator.cc608 BytecodeOffset osr_offset = BytecodeOffset::None(); in GenerateDeoptimizationData() local
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc929 BytecodeOffset osr_offset = BytecodeOffset::None(); in GenerateDeoptimizationData() local
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc1104 Handle<JSFunction> function, BytecodeOffset osr_offset, in PipelineCompilationJob()
3343 bool has_script, BytecodeOffset osr_offset, JavaScriptFrame* osr_frame) { in NewCompilationJob()
Dbytecode-graph-builder.cc1024 FeedbackCellRef const& feedback_cell, BytecodeOffset osr_offset, in BytecodeGraphBuilder()
4412 BytecodeOffset osr_offset, JSGraph* jsgraph, in BuildGraphFromBytecode()