HomeSort by relevance Sort by last modified time
    Searched defs:context_slot_cache (Results 1 - 2 of 2) sorted by null

  /external/v8/src/objects/
scope-info.cc 647 ContextSlotCache* context_slot_cache = local
648 scope_info->GetIsolate()->context_slot_cache();
649 int result = context_slot_cache->Lookup(*scope_info, *name, mode, init_flag,
666 context_slot_cache->Update(scope_info, name, *mode, *init_flag,
673 context_slot_cache->Update(scope_info, name, TEMPORARY,
    [all...]
  /external/v8/src/
isolate.h 871 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
    [all...]

Completed in 425 milliseconds