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

/art/runtime/
H A Doat_file.cc407 const OatFile::OatMethod OatFile::OatClass::GetOatMethod(uint32_t method_index) const {
409 return OatMethod(
420 OatFile::OatMethod::OatMethod(const byte* base, function in class:art::OatFile::OatMethod
453 OatFile::OatMethod::~OatMethod() {}
455 const void* OatFile::OatMethod::GetCode() const {
459 uint32_t OatFile::OatMethod::GetCodeSize() const {
464 // store it somewhere, such as the OatMethod.
478 void OatFile::OatMethod
[all...]
H A Doat_file.h71 class OatMethod { class in class:art::OatFile
110 ~OatMethod();
112 // Create an OatMethod with offsets relative to the given base address
113 OatMethod(const byte* base,
148 // get the OatMethod entry based on its index into the class
152 const OatMethod GetOatMethod(uint32_t method_index) const;

Completed in 7 milliseconds