Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2354 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod() local
2358 reinterpret_cast<uintptr_t>(quick_oat_code_begin) - sizeof(OatQuickMethodHeader)); in DumpMethod()
2362 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2366 if (quick_oat_code_begin != method->GetEntryPointFromQuickCompiledCodePtrSize( in DumpMethod()
2368 indent_os << StringPrintf("OAT CODE: %p\n", quick_oat_code_begin); in DumpMethod()
2397 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2414 indent_os << StringPrintf("OAT CODE: %p-%p\n", quick_oat_code_begin, quick_oat_code_end); in DumpMethod()