Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dosr-optimized-code-cache.cc232 shared.set_osr_code_cache_state(kNotCached); in ClearEntry()
241 shared.set_osr_code_cache_state(kCachedOnce); in ClearEntry()
262 shared.set_osr_code_cache_state(kCachedOnce); in InitializeEntry()
264 shared.set_osr_code_cache_state(kCachedMultiple); in InitializeEntry()
Dshared-function-info.h525 inline void set_osr_code_cache_state(OSRCodeCacheStateOfSFI state);
Dshared-function-info-inl.h312 void SharedFunctionInfo::set_osr_code_cache_state( in set_osr_code_cache_state() function