Home | History | Annotate | Download | only in x64

Lines Matching refs:Table

45                        StubCache::Table table,
59 ExternalReference key_offset(isolate->stub_cache()->key_reference(table));
60 ExternalReference value_offset(isolate->stub_cache()->value_reference(table));
94 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
96 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
204 // Probe the primary table.
216 // Probe the secondary table.