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

  /external/v8/src/
stub-cache.h 269 kSecondary
294 case StubCache::kSecondary: return StubCache::secondary_;
    [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...]

Completed in 275 milliseconds