Lines Matching defs:osr_offset
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()
1152 BytecodeOffset osr_offset, in CompileMaglev()
1215 CodeKind code_kind, BytecodeOffset osr_offset = BytecodeOffset::None(), in GetOrCompileOptimized()
3378 BytecodeOffset osr_offset, in Compile()
3448 const BytecodeOffset osr_offset = compilation_info->osr_offset(); in Compile() local