Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.cc728 ContextSlotCache* context_slot_cache = isolate->context_slot_cache(); in ContextSlotIndex() local
729 int result = context_slot_cache->Lookup(*scope_info, *name, mode, init_flag, in ContextSlotIndex()
746 context_slot_cache->Update(scope_info, name, *mode, *init_flag, in ContextSlotIndex()
753 context_slot_cache->Update(scope_info, name, VariableMode::kTemporary, in ContextSlotIndex()
/external/v8/src/heap/
Dsetup-heap-internal.cc890 isolate_->context_slot_cache()->Clear(); in CreateInitialObjects()
Dheap.cc1914 isolate_->context_slot_cache()->Clear(); in MarkCompactPrologue()
/external/v8/src/
Disolate.h1030 ContextSlotCache* context_slot_cache() { in context_slot_cache() function