Searched refs:CodeKindCanOSR (Results 1 – 2 of 2) sorted by relevance
88 inline constexpr bool CodeKindCanOSR(CodeKind kind) { in CodeKindCanOSR() function
927 DCHECK_IMPLIES(IsOSR(osr_offset), CodeKindCanOSR(code.kind())); in Get()945 DCHECK(CodeKindCanOSR(kind)); in Insert()