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));
114 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
116 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
244 // Probe the primary table.
262 // Probe the secondary table.