Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopeinfo.h19 class ContextSlotCache {
38 ContextSlotCache() { in ContextSlotCache() function
107 DISALLOW_COPY_AND_ASSIGN(ContextSlotCache);
Dscopeinfo.cc538 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()
/external/v8/src/
Disolate.h50 class ContextSlotCache; variable
836 ContextSlotCache* context_slot_cache() { in context_slot_cache()
1228 ContextSlotCache* context_slot_cache_;
Disolate.cc2120 context_slot_cache_ = new ContextSlotCache(); in Init()