Home
last modified time | relevance | path

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

/external/v8/src/
Dscopeinfo.cc305 ContextSlotCache* context_slot_cache = GetIsolate()->context_slot_cache(); in ContextSlotIndex() local
306 int result = context_slot_cache->Lookup(this, name, mode, init_flag); in ContextSlotIndex()
320 context_slot_cache->Update(this, name, *mode, *init_flag, result); in ContextSlotIndex()
325 context_slot_cache->Update(this, name, INTERNAL, kNeedsInitialization, -1); in ContextSlotIndex()
Disolate.h824 ContextSlotCache* context_slot_cache() { in context_slot_cache() function
Dheap.cc937 isolate_->context_slot_cache()->Clear(); in MarkCompactPrologue()
2606 isolate_->context_slot_cache()->Clear(); in CreateInitialObjects()