Searched defs:kSecondary (Results 1 - 3 of 3) sorted by relevance
/external/v8/src/ic/ia32/ |
H A D | stub-cache-ia32.cc | 59 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 114 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 202 ProbeTable(isolate(), masm, ic_kind, flags, kSecondary, name, receiver, local
|
/external/v8/src/ic/x87/ |
H A D | stub-cache-x87.cc | 59 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 114 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) { 202 ProbeTable(isolate(), masm, ic_kind, flags, kSecondary, name, receiver, local
|
/external/v8/src/ic/ |
H A D | stub-cache.h | 60 enum Table { kPrimary, kSecondary }; enumerator in enum:v8::internal::StubCache::Table 81 case StubCache::kSecondary:
|
Completed in 108 milliseconds