Lines Matching refs:Table
18 StubCache::Table table, Register name, Register receiver,
22 ExternalReference key_offset(stub_cache->key_reference(table));
23 ExternalReference value_offset(stub_cache->value_reference(table));
24 ExternalReference map_offset(stub_cache->map_reference(table));
49 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
51 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
94 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
96 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
159 // Probe the primary table.
171 // Probe the secondary table.