/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...] |
/external/chromium_org/v8/src/ |
scopeinfo.cc | 303 ContextSlotCache* context_slot_cache = GetIsolate()->context_slot_cache(); local 304 int result = context_slot_cache->Lookup(this, name, mode, init_flag); 318 context_slot_cache->Update(this, name, *mode, *init_flag, result); 324 context_slot_cache->Update(this, name, INTERNAL, kNeedsInitialization, -1);
|
isolate.h | 885 ContextSlotCache* context_slot_cache() { function in class:v8::internal::Isolate [all...] |