HomeSort by relevance Sort by last modified time
    Searched refs:ContextSlotCache (Results 1 - 4 of 4) sorted by null

  /external/v8/src/ast/
scopeinfo.h 19 class ContextSlotCache {
38 ContextSlotCache() {
107 DISALLOW_COPY_AND_ASSIGN(ContextSlotCache);
scopeinfo.cc 538 ContextSlotCache* context_slot_cache =
542 if (result != ContextSlotCache::kNotFound) {
716 int ContextSlotCache::Hash(Object* data, String* name) {
724 int ContextSlotCache::Lookup(Object* data, String* name, VariableMode* mode,
741 void ContextSlotCache::Update(Handle<Object> data, Handle<String> name,
764 void ContextSlotCache::Clear() {
771 void ContextSlotCache::ValidateEntry(Handle<Object> data, Handle<String> name,
  /external/v8/src/
isolate.h 50 class ContextSlotCache;
836 ContextSlotCache* context_slot_cache() {
    [all...]
isolate.cc     [all...]

Completed in 550 milliseconds