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

  /external/v8/src/
stub-cache.h 268 kPrimary,
293 case StubCache::kPrimary: return StubCache::primary_;
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 80 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
118 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
241 ProbeTable(isolate(), masm, flags, kPrimary, name, receiver, offset, extra);
    [all...]

Completed in 487 milliseconds