Lines Matching refs:Table
45 StubCache::Table table,
53 ExternalReference key_offset(isolate->stub_cache()->key_reference(table));
54 ExternalReference value_offset(isolate->stub_cache()->value_reference(table));
55 ExternalReference map_offset(isolate->stub_cache()->map_reference(table));
104 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
106 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
230 // Probe the primary table.
249 // Probe the secondary table.