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

  /external/v8/src/
stub-cache.h 220 static Entry secondary_[]; member in class:v8::internal::StubCache
292 case StubCache::kSecondary: return StubCache::secondary_;
stub-cache.cc 43 StubCache::Entry StubCache::secondary_[StubCache::kSecondaryTableSize]; member in class:v8::internal::StubCache
85 Entry* secondary = entry(secondary_, secondary_offset);
725 secondary_[j].key = Heap::empty_string();
726 secondary_[j].value = Builtins::builtin(Builtins::Illegal);
    [all...]

Completed in 57 milliseconds