Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2096 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod() local
2099 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2103 if (quick_oat_code_begin != method->GetEntryPointFromQuickCompiledCodePtrSize( in DumpMethod()
2105 indent_os << StringPrintf("OAT CODE: %p\n", quick_oat_code_begin); in DumpMethod()
2133 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod() local
2138 if (quick_oat_code_begin != nullptr) { in DumpMethod()
2140 reinterpret_cast<uintptr_t>(quick_oat_code_begin) - sizeof(OatQuickMethodHeader)); in DumpMethod()
2149 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2168 indent_os << StringPrintf("OAT CODE: %p-%p\n", quick_oat_code_begin, quick_oat_code_end); in DumpMethod()