Home | History | Annotate | Download | only in arm

Lines Matching refs:StubCache

45                        StubCache::Table table,
109 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
111 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
179 void StubCache::GenerateProbe(MacroAssembler* masm,
750 STATIC_ASSERT(StubCache::kInterceptorArgsNameIndex == 0);
751 STATIC_ASSERT(StubCache::kInterceptorArgsInfoIndex == 1);
752 STATIC_ASSERT(StubCache::kInterceptorArgsThisIndex == 2);
753 STATIC_ASSERT(StubCache::kInterceptorArgsHolderIndex == 3);
754 STATIC_ASSERT(StubCache::kInterceptorArgsLength == 4);
776 StubCache::kInterceptorArgsLength);
1499 __ TailCallExternalReference(ref, StubCache::kInterceptorArgsLength, 1);