HomeSort by relevance Sort by last modified time
    Searched refs:kSecondary (Results 1 - 6 of 6) sorted by null

  /external/v8/src/
stub-cache.h 269 kSecondary
294 case StubCache::kSecondary: return StubCache::secondary_;
    [all...]
serialize.cc 280 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
284 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
288 Add(stub_cache->map_reference(StubCache::kSecondary).address(),
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 82 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
120 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
254 isolate(), masm, flags, kSecondary, name, receiver, offset, extra);
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 96 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
217 ProbeTable(isolate, masm, flags, kSecondary, receiver, name, scratch);
    [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 116 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
266 kSecondary,
    [all...]
  /external/v8/src/mips/
stub-cache-mips.cc 106 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
253 kSecondary,
    [all...]

Completed in 2638 milliseconds