Searched refs:getMagic (Results 1 – 5 of 5) sorted by relevance
29 public String getMagic() { in getMagic() method in DexOptions
534 template <class IntPtrT> inline uint64_t getMagic();535 template <> inline uint64_t getMagic<uint64_t>() {539 template <> inline uint64_t getMagic<uint32_t>() {
238 return RawInstrProf::getMagic<IntPtrT>() == Magic || in hasFormat()239 sys::getSwappedBytes(RawInstrProf::getMagic<IntPtrT>()) == Magic; in hasFormat()250 ShouldSwapBytes = Header->Magic != RawInstrProf::getMagic<IntPtrT>(); in readHeader()273 if (Magic != swap(RawInstrProf::getMagic<IntPtrT>())) in readNextHeader()
64 String magic = file.getDexOptions().getMagic(); in writeTo()
69 public long getMagic () in getMagic() method in ClassDef