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

  /external/v8/src/
scopeinfo.cc 305 ContextSlotCache* context_slot_cache = GetIsolate()->context_slot_cache(); local
306 int result = context_slot_cache->Lookup(this, name, mode, init_flag);
320 context_slot_cache->Update(this, name, *mode, *init_flag, result);
325 context_slot_cache->Update(this, name, INTERNAL, kNeedsInitialization, -1);
isolate.h 824 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate
    [all...]

Completed in 44 milliseconds