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

  /external/v8/src/ast/
scopeinfo.cc 538 ContextSlotCache* context_slot_cache = local
539 scope_info->GetIsolate()->context_slot_cache();
540 int result = context_slot_cache->Lookup(*scope_info, *name, mode, init_flag,
558 context_slot_cache->Update(scope_info, name, *mode, *init_flag,
565 context_slot_cache->Update(scope_info, name, TEMPORARY,
  /external/v8/src/
isolate.h 836 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 84 milliseconds