Searched refs:context_slot_cache (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/
H A Dscopeinfo.cc305 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);
H A Disolate.h824 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
H A Dheap.cc937 isolate_->context_slot_cache()->Clear();
2606 isolate_->context_slot_cache()->Clear();
/external/chromium_org/v8/src/
H A Dscopeinfo.cc305 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);
H A Disolate.h896 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
H A Dheap.cc1108 isolate_->context_slot_cache()->Clear();
3230 isolate_->context_slot_cache()->Clear();

Completed in 112 milliseconds