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

  /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/
stub-cache.h 60 enum Table { kPrimary, kSecondary };
81 case StubCache::kSecondary:

Completed in 27 milliseconds