Home | History | Annotate | Download | only in mips

Lines Matching refs:StubCache

45                        StubCache::Table table,
104 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
106 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
173 void StubCache::GenerateProbe(MacroAssembler* masm,
740 STATIC_ASSERT(StubCache::kInterceptorArgsNameIndex == 0);
741 STATIC_ASSERT(StubCache::kInterceptorArgsInfoIndex == 1);
742 STATIC_ASSERT(StubCache::kInterceptorArgsThisIndex == 2);
743 STATIC_ASSERT(StubCache::kInterceptorArgsHolderIndex == 3);
744 STATIC_ASSERT(StubCache::kInterceptorArgsLength == 4);
764 StubCache::kInterceptorArgsLength);
1486 __ TailCallExternalReference(ref, StubCache::kInterceptorArgsLength, 1);