Searched defs:kSecondary (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/ic/ia32/
H A Dstub-cache-ia32.cc59 } 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 Dstub-cache-x87.cc59 } 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 Dstub-cache.h60 enum Table { kPrimary, kSecondary }; enumerator in enum:v8::internal::StubCache::Table
81 case StubCache::kSecondary:

Completed in 108 milliseconds