Home
last modified time | relevance | path

Searched refs:OatAddress (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Dimage_writer.h212 enum OatAddress { enum
223 friend std::ostream& operator<<(std::ostream& stream, const OatAddress& oat_address);
368 const uint8_t* GetOatAddress(OatAddress type) const;
Dimage_writer.cc2490 const uint8_t* ImageWriter::GetOatAddress(OatAddress type) const { in GetOatAddress()