Searched refs:context_slot_cache (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | scopeinfo.cc | 305 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()
|
D | isolate.h | 824 ContextSlotCache* context_slot_cache() { in context_slot_cache() function
|
D | heap.cc | 937 isolate_->context_slot_cache()->Clear(); in MarkCompactPrologue() 2606 isolate_->context_slot_cache()->Clear(); in CreateInitialObjects()
|