Home | History | Annotate | Download | only in x64

Lines Matching refs:Table

20                        StubCache::Table table, Register receiver, Register name,
34 ExternalReference key_offset(isolate->stub_cache()->key_reference(table));
35 ExternalReference value_offset(isolate->stub_cache()->value_reference(table));
49 DCHECK(isolate->stub_cache()->map_reference(table).address() -
50 isolate->stub_cache()->key_reference(table).address() ==
68 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
70 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
141 // Probe the primary table.
153 // Probe the secondary table.