Home
last modified time | relevance | path

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

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