Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h64 const uint8_t* GetOptimizedCodeInfoPtr() const { in GetOptimizedCodeInfoPtr() function
69 uint8_t* GetOptimizedCodeInfoPtr() { in GetOptimizedCodeInfoPtr() function
135 return CodeInfo::DecodeFrameInfo(GetOptimizedCodeInfoPtr()); in GetFrameInfo()
Dstack_map.cc31 : CodeInfo(header->GetOptimizedCodeInfoPtr(), flags) { in CodeInfo()
/art/oatdump/
Doatdump.cc323 info.code_info = info.is_optimized ? method_header->GetOptimizedCodeInfoPtr() : nullptr; in WalkOatMethod()