HomeSort by relevance Sort by last modified time
    Searched full:inner_pointer_to_code_cache (Results 1 - 8 of 8) sorted by null

  /external/v8/src/ic/
ic-inl.h 165 ->inner_pointer_to_code_cache()
178 isolate->inner_pointer_to_code_cache()->GetCacheEntry(address)->code;
ic.cc 220 isolate()->inner_pointer_to_code_cache()->GetCacheEntry(address())->code;
391 isolate->inner_pointer_to_code_cache()->GetCacheEntry(address)->code;
    [all...]
  /external/v8/src/
frames-inl.h 69 return isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code;
frames.cc 357 isolate->inner_pointer_to_code_cache()->GetCacheEntry(inner_pointer);
    [all...]
isolate.h 857 InnerPointerToCodeCache* inner_pointer_to_code_cache() { function in class:v8::internal::Isolate
    [all...]
isolate.cc     [all...]
  /external/v8/src/heap/
incremental-marking.cc 107 ->inner_pointer_to_code_cache()
    [all...]
mark-compact.cc 912 heap_->isolate()->inner_pointer_to_code_cache()->Flush();
    [all...]

Completed in 904 milliseconds