Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h102 return isolate->pc_to_code_cache()->GetCacheEntry(pc)->code; in GetContainingCode()
Dframes.cc373 isolate->pc_to_code_cache()->GetCacheEntry(pc); in GetSafepointData()
796 code = isolate()->pc_to_code_cache()->GcSafeFindCodeForPc(pc()); in GetDeoptimizationData()
Disolate.h860 PcToCodeCache* pc_to_code_cache() { return pc_to_code_cache_; } in pc_to_code_cache() function
Dmark-compact.cc92 heap()->isolate()->pc_to_code_cache()->Flush(); in CollectGarbage()
97 heap()->isolate()->pc_to_code_cache()->Flush(); in CollectGarbage()