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 667 ContextSlotCache* context_slot_cache = local
668 scope_info->GetIsolate()->context_slot_cache();
669 int result = context_slot_cache->Lookup(*scope_info, *name, mode, init_flag,
686 context_slot_cache->Update(scope_info, name, *mode, *init_flag,
693 context_slot_cache->Update(scope_info, name, TEMPORARY,
    [all...]
  /external/v8/src/
isolate.h 867 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]

Completed in 458 milliseconds