Searched refs:context_slot_cache (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/objects/ |
D | scope-info.cc | 728 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/ |
D | setup-heap-internal.cc | 890 isolate_->context_slot_cache()->Clear(); in CreateInitialObjects()
|
D | heap.cc | 1914 isolate_->context_slot_cache()->Clear(); in MarkCompactPrologue()
|
/external/v8/src/ |
D | isolate.h | 1030 ContextSlotCache* context_slot_cache() { in context_slot_cache() function
|