Searched refs:NoCache (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/snapshot/
H A Dcode-serializer.cc136 DCHECK(CodeStub::MajorKeyFromKey(stub_key) != CodeStub::NoCache);
/external/v8/src/
H A Dtype-feedback-vector.cc1002 major_key == CodeStub::NoCache);
1003 if (major_key != CodeStub::NoCache) {
H A Dcode-stubs.h224 // TODO(mvstanton): eliminate the NoCache key by getting rid
226 NoCache = 0, // marker for stubs that do custom caching] enumerator in enum:v8::internal::BASE_EMBEDDED::Major
251 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); }
H A Dcode-stubs.cc198 case NoCache:
199 return "<NoCache>Stub";
232 case NoCache:

Completed in 115 milliseconds