Searched refs:kSecondary (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/ic/
H A Dstub-cache.h60 enum Table { kPrimary, kSecondary }; enumerator in enum:v8::internal::StubCache::Table
81 case StubCache::kSecondary:
/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) {
205 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) {
205 ProbeTable(isolate(), masm, ic_kind, flags, kSecondary, name, receiver, local
/external/v8/src/ic/arm/
H A Dstub-cache-arm.cc82 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
167 ProbeTable(isolate, masm, ic_kind, flags, kSecondary, receiver, name, scratch,
/external/v8/src/ic/arm64/
H A Dstub-cache-arm64.cc77 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
152 ProbeTable(isolate, masm, ic_kind, flags, kSecondary, receiver, name, scratch,
/external/v8/src/ic/mips/
H A Dstub-cache-mips.cc77 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
161 ProbeTable(isolate, masm, ic_kind, flags, kSecondary, receiver, name, scratch,
/external/v8/src/ic/mips64/
H A Dstub-cache-mips64.cc79 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
164 ProbeTable(isolate, masm, ic_kind, flags, kSecondary, receiver, name, scratch,
/external/v8/src/ic/ppc/
H A Dstub-cache-ppc.cc91 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
179 ProbeTable(isolate, masm, ic_kind, flags, kSecondary, receiver, name, scratch,
/external/v8/src/ic/x64/
H A Dstub-cache-x64.cc70 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
154 ProbeTable(isolate, masm, ic_kind, flags, kSecondary, receiver, name,
/external/v8/src/snapshot/
H A Dserialize.cc289 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
291 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
293 Add(stub_cache->map_reference(StubCache::kSecondary).address(),

Completed in 58 milliseconds