Home | History | Annotate | Download | only in arm

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));
109 if (FLAG_test_secondary_stub_cache && table == StubCache::kPrimary) {
111 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
235 // Probe the primary table.
253 // Probe the secondary table.