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

  /external/chromium_org/v8/src/
frames-inl.h 135 return isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code;
frames.cc 387 isolate->inner_pointer_to_code_cache()->GetCacheEntry(inner_pointer);
    [all...]
incremental-marking.cc 135 Code* host = heap_->isolate()->inner_pointer_to_code_cache()->
    [all...]
isolate.h 917 InnerPointerToCodeCache* inner_pointer_to_code_cache() { function in class:v8::internal::Isolate
    [all...]
mark-compact.cc     [all...]
isolate.cc     [all...]
ic.cc 348 inner_pointer_to_code_cache()->GetCacheEntry(address)->code;
    [all...]
  /external/v8/src/
frames-inl.h 129 return isolate->inner_pointer_to_code_cache()->GetCacheEntry(pc)->code;
frames.cc 390 isolate->inner_pointer_to_code_cache()->GetCacheEntry(inner_pointer);
927 code = isolate()->inner_pointer_to_code_cache()->
    [all...]
incremental-marking.cc 118 Code* host = heap_->isolate()->inner_pointer_to_code_cache()->
isolate.h 845 InnerPointerToCodeCache* inner_pointer_to_code_cache() { function in class:v8::internal::Isolate
    [all...]
ic.cc 314 inner_pointer_to_code_cache()->GetCacheEntry(address)->code;
    [all...]
mark-compact.cc 299 heap_->isolate()->inner_pointer_to_code_cache()->Flush();
    [all...]
heap.cc 955 return isolate()->inner_pointer_to_code_cache()->
    [all...]

Completed in 531 milliseconds