Lines Matching refs:Add
141 void ExternalReferenceTable::Add(Address address, int* index) {
167 Add(ExternalReference::name(isolate).address(), index);
226 Add(isolate->get_address_from_id(static_cast<IsolateAddressId>(i)), index);
269 Add(load_stub_cache->key_reference(StubCache::kPrimary).address(), index);
270 Add(load_stub_cache->value_reference(StubCache::kPrimary).address(), index);
271 Add(load_stub_cache->map_reference(StubCache::kPrimary).address(), index);
272 Add(load_stub_cache->key_reference(StubCache::kSecondary).address(), index);
273 Add(load_stub_cache->value_reference(StubCache::kSecondary).address(), index);
274 Add(load_stub_cache->map_reference(StubCache::kSecondary).address(), index);
279 Add(store_stub_cache->key_reference(StubCache::kPrimary).address(), index);
280 Add(store_stub_cache->value_reference(StubCache::kPrimary).address(), index);
281 Add(store_stub_cache->map_reference(StubCache::kPrimary).address(), index);
282 Add(store_stub_cache->key_reference(StubCache::kSecondary).address(), index);
283 Add(store_stub_cache->value_reference(StubCache::kSecondary).address(),
285 Add(store_stub_cache->map_reference(StubCache::kSecondary).address(), index);
309 #define SC(name, caption) Add(GetStatsCounterAddress(counters->name()), index);