Searched refs:ContextSlotCache (Results 1 – 4 of 4) sorted by relevance
19 class ContextSlotCache {38 ContextSlotCache() { in ContextSlotCache() function107 DISALLOW_COPY_AND_ASSIGN(ContextSlotCache);
304 ContextSlotCache* context_slot_cache = in ContextSlotIndex()308 if (result != ContextSlotCache::kNotFound) { in ContextSlotIndex()422 int ContextSlotCache::Hash(Object* data, String* name) { in Hash()430 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, in Lookup()447 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name, in Update()470 void ContextSlotCache::Clear() { in Clear()477 void ContextSlotCache::ValidateEntry(Handle<Object> data, Handle<String> name, in ValidateEntry()
43 class ContextSlotCache; variable890 ContextSlotCache* context_slot_cache() { in context_slot_cache()1244 ContextSlotCache* context_slot_cache_;
1864 context_slot_cache_ = new ContextSlotCache(); in Init()