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

  /external/v8/src/ic/
stub-cache.h 60 enum Table { kPrimary, kSecondary };
81 case StubCache::kSecondary:
  /external/v8/src/ic/x64/
stub-cache-x64.cc 70 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
139 ProbeTable(isolate, masm, flags, leave_frame, kSecondary, receiver, name,
  /external/v8/src/ic/ia32/
stub-cache-ia32.cc 54 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
94 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
175 ProbeTable(isolate(), masm, flags, leave_frame, kSecondary, name, receiver,
  /external/v8/src/ic/x87/
stub-cache-x87.cc 54 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
94 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
175 ProbeTable(isolate(), masm, flags, leave_frame, kSecondary, name, receiver,
  /external/v8/src/ic/arm/
stub-cache-arm.cc 82 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
160 ProbeTable(isolate, masm, flags, leave_frame, kSecondary, receiver, name,
  /external/v8/src/ic/arm64/
stub-cache-arm64.cc 77 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
137 ProbeTable(isolate, masm, flags, leave_frame, kSecondary, receiver, name,
  /external/v8/src/ic/mips/
stub-cache-mips.cc 77 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
154 ProbeTable(isolate, masm, flags, leave_frame, kSecondary, receiver, name,
  /external/v8/src/ic/mips64/
stub-cache-mips64.cc 77 } else if (FLAG_test_primary_stub_cache && table == StubCache::kSecondary) {
155 ProbeTable(isolate, masm, flags, leave_frame, kSecondary, receiver, name,
  /external/v8/src/
serialize.cc 389 Add(stub_cache->key_reference(StubCache::kSecondary).address(),
391 Add(stub_cache->value_reference(StubCache::kSecondary).address(),
393 Add(stub_cache->map_reference(StubCache::kSecondary).address(),
    [all...]

Completed in 99 milliseconds