Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dscopeinfo.h19 class ContextSlotCache {
38 ContextSlotCache() { in ContextSlotCache() function
107 DISALLOW_COPY_AND_ASSIGN(ContextSlotCache);
Dscopeinfo.cc304 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()
Disolate.h43 class ContextSlotCache; variable
890 ContextSlotCache* context_slot_cache() { in context_slot_cache()
1244 ContextSlotCache* context_slot_cache_;
Disolate.cc1864 context_slot_cache_ = new ContextSlotCache(); in Init()