Searched defs:OatMethod (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file.h99 class OatMethod FINAL {
136 // Create an OatMethod with offsets relative to the given base address
137 OatMethod(const uint8_t* base, const uint32_t code_offset) function in class:art::FINAL::FINAL
140 OatMethod(const OatMethod&) = default;
141 ~OatMethod() {}
143 OatMethod& operator=(const OatMethod&) = default;
145 // A representation of an invalid OatMethod, used when an OatMethod o
[all...]

Completed in 195 milliseconds