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

  /external/v8/src/
scopeinfo.h 42 class ContextSlotCache {
64 ContextSlotCache() {
129 DISALLOW_COPY_AND_ASSIGN(ContextSlotCache);
scopeinfo.cc 305 ContextSlotCache* context_slot_cache = GetIsolate()->context_slot_cache();
307 if (result != ContextSlotCache::kNotFound) {
391 int ContextSlotCache::Hash(Object* data, String* name) {
399 int ContextSlotCache::Lookup(Object* data,
415 void ContextSlotCache::Update(Object* data,
436 void ContextSlotCache::Clear() {
443 void ContextSlotCache::ValidateEntry(Object* data,
isolate.h 56 class ContextSlotCache;
824 ContextSlotCache* context_slot_cache() {
    [all...]
isolate.cc     [all...]

Completed in 591 milliseconds