Lines Matching refs:StubCache
46 StubCache::Table table,
57 ASSERT_EQ(3 * kPointerSize, sizeof(StubCache::Entry));
95 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
97 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
157 void StubCache::GenerateProbe(MacroAssembler* masm,
362 STATIC_ASSERT(StubCache::kInterceptorArgsNameIndex == 0);
363 STATIC_ASSERT(StubCache::kInterceptorArgsInfoIndex == 1);
364 STATIC_ASSERT(StubCache::kInterceptorArgsThisIndex == 2);
365 STATIC_ASSERT(StubCache::kInterceptorArgsHolderIndex == 3);
366 STATIC_ASSERT(StubCache::kInterceptorArgsLength == 4);
387 StubCache::kInterceptorArgsLength);
1524 __ TailCallExternalReference(ref, StubCache::kInterceptorArgsLength, 1);