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

/art/runtime/
H A Doat_quick_method_header.h68 const void* GetOptimizedCodeInfoPtr() const { function
73 uint8_t* GetOptimizedCodeInfoPtr() { function
79 return CodeInfo(GetOptimizedCodeInfoPtr());
/art/runtime/jit/
H A Djit_code_cache.cc492 uint8_t* data = method_header->GetOptimizedCodeInfoPtr();
/art/oatdump/
H A Doatdump.cc327 info.code_info = info.is_optimized ? method_header->GetOptimizedCodeInfoPtr() : nullptr;

Completed in 62 milliseconds