Lines Matching refs:Table
45 StubCache::Table table,
51 ExternalReference key_offset(isolate->stub_cache()->key_reference(table));
52 ExternalReference value_offset(isolate->stub_cache()->value_reference(table));
53 ExternalReference map_offset(isolate->stub_cache()->map_reference(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) {
240 // Probe the primary table.
252 // Probe the secondary table.