Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dosr-optimized-code-cache.cc34 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()
Dshared-function-info.tq41 osr_code_cache_state: OSRCodeCacheStateOfSFI: 2 bit;
Dshared-function-info.h523 inline OSRCodeCacheStateOfSFI osr_code_cache_state() const;
Dshared-function-info-inl.h308 OSRCodeCacheStateOfSFI SharedFunctionInfo::osr_code_cache_state() const { in osr_code_cache_state() function