Home
last modified time | relevance | path

Searched refs:IsOSR (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc77 constexpr bool IsOSR(BytecodeOffset osr_offset) { return !osr_offset.IsNone(); } in IsOSR() function
81 if (IsOSR(osr_offset)) { in SetTieringState()
95 if (!IsOSR(osr_offset)) { in ResetProfilerTicks()
192 if (IsOSR(osr_offset)) { in TraceOptimizedCodeCacheHit()
907 if (IsOSR(osr_offset)) { in Get()
927 DCHECK_IMPLIES(IsOSR(osr_offset), CodeKindCanOSR(code.kind())); in Get()
944 if (IsOSR(osr_offset)) { in Insert()
954 DCHECK(!IsOSR(osr_offset)); in Insert()
1158 CHECK(!IsOSR(osr_offset)); in CompileMaglev()
1224 if (!IsOSR(osr_offset)) { in GetOrCompileOptimized()
[all …]