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

  /external/v8/src/
stub-cache.h 219 static Entry primary_[]; member in class:v8::internal::StubCache
291 case StubCache::kPrimary: return StubCache::primary_;
stub-cache.cc 42 StubCache::Entry StubCache::primary_[StubCache::kPrimaryTableSize]; member in class:v8::internal::StubCache
76 Entry* primary = entry(primary_, primary_offset);
721 primary_[i].key = Heap::empty_string();
722 primary_[i].value = Builtins::builtin(Builtins::Illegal);
    [all...]

Completed in 180 milliseconds