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

  /external/v8/src/
scopeinfo.cc 305 ContextSlotCache* context_slot_cache = GetIsolate()->context_slot_cache(); local
306 int result = context_slot_cache->Lookup(this, name, mode, init_flag);
320 context_slot_cache->Update(this, name, *mode, *init_flag, result);
325 context_slot_cache->Update(this, name, INTERNAL, kNeedsInitialization, -1);
isolate.h 824 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
    [all...]
heap.cc 937 isolate_->context_slot_cache()->Clear();
    [all...]
  /external/chromium_org/v8/src/
scopeinfo.cc 305 ContextSlotCache* context_slot_cache = GetIsolate()->context_slot_cache(); local
306 int result = context_slot_cache->Lookup(this, name, mode, init_flag);
320 context_slot_cache->Update(this, name, *mode, *init_flag, result);
326 context_slot_cache->Update(this, name, INTERNAL, kNeedsInitialization, -1);
isolate.h 896 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
    [all...]
heap.cc     [all...]

Completed in 45 milliseconds