Searched refs:ContextSlotCache (Results 1 – 4 of 4) sorted by relevance
19 class ContextSlotCache {38 ContextSlotCache() { in ContextSlotCache() function107 DISALLOW_COPY_AND_ASSIGN(ContextSlotCache);
538 ContextSlotCache* context_slot_cache = in ContextSlotIndex()542 if (result != ContextSlotCache::kNotFound) { in ContextSlotIndex()716 int ContextSlotCache::Hash(Object* data, String* name) { in Hash()724 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode, in Lookup()741 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name, in Update()764 void ContextSlotCache::Clear() { in Clear()771 void ContextSlotCache::ValidateEntry(Handle<Object> data, Handle<String> name, in ValidateEntry()
50 class ContextSlotCache; variable836 ContextSlotCache* context_slot_cache() { in context_slot_cache()1228 ContextSlotCache* context_slot_cache_;
2120 context_slot_cache_ = new ContextSlotCache(); in Init()