Home
last modified time | relevance | path

Searched refs:NoCache (Results 1 – 6 of 6) sorted by relevance

/external/zlib/src/old/
DMakefile.riscos9 ObjAsmflags = -throwback -NoCache -depend !Depend
/external/libpng/scripts/
Dmakefile.acorn8 ObjAsmflags = -throwback -NoCache -depend !Depend
/external/v8/src/
Dtype-feedback-vector.cc812 major_key == CodeStub::NoCache); in GetKeyedAccessStoreMode()
813 if (major_key != CodeStub::NoCache) { in GetKeyedAccessStoreMode()
Dcode-stubs.cc196 case NoCache: in MajorName()
230 case NoCache: in Dispatch()
Dcode-stubs.h173 NoCache = 0, // marker for stubs that do custom caching] enumerator
198 static uint32_t NoCacheKey() { return MajorKeyBits::encode(NoCache); } in NoCacheKey()
/external/v8/src/snapshot/
Dserialize.cc2450 DCHECK(CodeStub::MajorKeyFromKey(stub_key) != CodeStub::NoCache); in SerializeCodeStub()