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

/art/runtime/
H A Doat_quick_method_header.h82 const void* GetOptimizedMethodInfoPtr() const { function
87 uint8_t* GetOptimizedMethodInfoPtr() { function
93 return MethodInfo(reinterpret_cast<const uint8_t*>(GetOptimizedMethodInfoPtr()));

Completed in 44 milliseconds