Searched refs:IsOSR (Results 1 – 1 of 1) sorted by relevance
77 constexpr bool IsOSR(BytecodeOffset osr_offset) { return !osr_offset.IsNone(); } in IsOSR() function81 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 …]