Searched refs:osr_code_cache_state (Results 1 – 4 of 4) sorted by relevance
34 if (shared->osr_code_cache_state() == kNotCached) { in Insert()145 const OSRCodeCacheStateOfSFI state = shared.osr_code_cache_state(); in OsrOffsetsFor()162 const OSRCodeCacheStateOfSFI state = shared.osr_code_cache_state(); in FirstOsrOffsetFor()230 DCHECK_GT(shared.osr_code_cache_state(), kNotCached); in ClearEntry()231 if (V8_LIKELY(shared.osr_code_cache_state() == kCachedOnce)) { in ClearEntry()233 } else if (shared.osr_code_cache_state() == kCachedMultiple) { in ClearEntry()261 if (V8_LIKELY(shared.osr_code_cache_state() == kNotCached)) { in InitializeEntry()263 } else if (shared.osr_code_cache_state() == kCachedOnce) { in InitializeEntry()
41 osr_code_cache_state: OSRCodeCacheStateOfSFI: 2 bit;
523 inline OSRCodeCacheStateOfSFI osr_code_cache_state() const;
308 OSRCodeCacheStateOfSFI SharedFunctionInfo::osr_code_cache_state() const { in osr_code_cache_state() function