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

  /external/v8/src/ic/
ic-inl.h 134 isolate->inner_pointer_to_code_cache()->GetCacheEntry(address)->code;
ic.cc 465 isolate->inner_pointer_to_code_cache()->GetCacheEntry(address)->code;
    [all...]
  /external/v8/src/
frames-inl.h 73 return isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code;
frames.cc 387 isolate->inner_pointer_to_code_cache()->GetCacheEntry(inner_pointer);
    [all...]
isolate.h 890 InnerPointerToCodeCache* inner_pointer_to_code_cache() { function in class:v8::internal::Isolate
    [all...]
isolate.cc     [all...]
  /external/v8/src/runtime/
runtime-wasm.cc 29 Code* code = isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code;
  /external/v8/src/heap/
incremental-marking.cc 93 ->inner_pointer_to_code_cache()
    [all...]
mark-compact.cc 845 heap_->isolate()->inner_pointer_to_code_cache()->Flush();
    [all...]

Completed in 8035 milliseconds