Home
last modified time | relevance | path

Searched refs:NeedsTrimming (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dosr-optimized-code-cache.h94 static bool NeedsTrimming(int num_valid_entries, int curr_capacity);
H A Dosr-optimized-code-cache.cc92 if (!NeedsTrimming(curr_valid_index, osr_cache->length())) return; in Compact()
289 bool OSROptimizedCodeCache::NeedsTrimming(int num_valid_entries, in NeedsTrimming() function in v8::internal::OSROptimizedCodeCache

Completed in 5 milliseconds