Home | History | Annotate | Download | only in ia32

Lines Matching refs:StubCache

45                        StubCache::Table table,
80 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
82 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
118 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
120 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
187 void StubCache::GenerateProbe(MacroAssembler* masm,
387 STATIC_ASSERT(StubCache::kInterceptorArgsNameIndex == 0);
388 STATIC_ASSERT(StubCache::kInterceptorArgsInfoIndex == 1);
389 STATIC_ASSERT(StubCache::kInterceptorArgsThisIndex == 2);
390 STATIC_ASSERT(StubCache::kInterceptorArgsHolderIndex == 3);
391 STATIC_ASSERT(StubCache::kInterceptorArgsLength == 4);
413 StubCache::kInterceptorArgsLength);
1587 __ TailCallExternalReference(ref, StubCache::kInterceptorArgsLength, 1);