Home | History | Annotate | Download | only in arm64

Lines Matching refs:Table

19 // Probe primary or secondary table.
27 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));
36 ExternalReference map_offset(isolate->stub_cache()->map_reference(table));
75 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
77 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
133 // Compute the hash for primary table.
142 // Probe the primary table.
146 // Primary miss: Compute hash for secondary table.
151 // Probe the secondary table.