HomeSort by relevance Sort by last modified time
    Searched refs:pc_to_code_cache (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
frames-inl.h 102 return isolate->pc_to_code_cache()->GetCacheEntry(pc)->code;
frames.cc 373 isolate->pc_to_code_cache()->GetCacheEntry(pc);
796 code = isolate()->pc_to_code_cache()->GcSafeFindCodeForPc(pc());
    [all...]
isolate.h 860 PcToCodeCache* pc_to_code_cache() { return pc_to_code_cache_; } function in class:v8::internal::Isolate
    [all...]
mark-compact.cc 92 heap()->isolate()->pc_to_code_cache()->Flush();
97 heap()->isolate()->pc_to_code_cache()->Flush();
    [all...]

Completed in 649 milliseconds