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

/external/chromium_org/v8/src/
H A Dscopeinfo.cc304 ContextSlotCache* context_slot_cache = local
305 scope_info->GetIsolate()->context_slot_cache();
306 int result = context_slot_cache->Lookup(*scope_info, *name, mode, init_flag,
323 context_slot_cache->Update(scope_info, name, *mode, *init_flag,
330 context_slot_cache->Update(scope_info, name, INTERNAL, kNeedsInitialization,
H A Disolate.h890 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
/external/chromium_org/v8/src/heap/
H A Dheap.cc1206 isolate_->context_slot_cache()->Clear();
2897 isolate_->context_slot_cache()->Clear();

Completed in 562 milliseconds