Searched refs:kPrimary (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
79 case StubCache::kPrimary:
/external/v8/src/ic/ia32/
H A Dstub-cache-ia32.cc57 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
112 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
192 ProbeTable(isolate(), masm, ic_kind, flags, kPrimary, name, receiver, offset, local
/external/v8/src/ic/x87/
H A Dstub-cache-x87.cc57 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
112 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
192 ProbeTable(isolate(), masm, ic_kind, flags, kPrimary, name, receiver, offset, local
/external/v8/src/ic/arm/
H A Dstub-cache-arm.cc80 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
157 ProbeTable(isolate, masm, ic_kind, flags, kPrimary, receiver, name, scratch,
/external/v8/src/ic/arm64/
H A Dstub-cache-arm64.cc75 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
143 ProbeTable(isolate, masm, ic_kind, flags, kPrimary, receiver, name, scratch,
/external/v8/src/ic/mips/
H A Dstub-cache-mips.cc75 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
150 ProbeTable(isolate, masm, ic_kind, flags, kPrimary, receiver, name, scratch,
/external/v8/src/ic/mips64/
H A Dstub-cache-mips64.cc77 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
153 ProbeTable(isolate, masm, ic_kind, flags, kPrimary, receiver, name, scratch,
/external/v8/src/ic/ppc/
H A Dstub-cache-ppc.cc89 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
169 ProbeTable(isolate, masm, ic_kind, flags, kPrimary, receiver, name, scratch,
/external/v8/src/ic/x64/
H A Dstub-cache-x64.cc68 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
142 ProbeTable(isolate, masm, ic_kind, flags, kPrimary, receiver, name, scratch);
/external/v8/src/snapshot/
H A Dserialize.cc283 Add(stub_cache->key_reference(StubCache::kPrimary).address(),
285 Add(stub_cache->value_reference(StubCache::kPrimary).address(),
287 Add(stub_cache->map_reference(StubCache::kPrimary).address(),

Completed in 269 milliseconds