Home
last modified time | relevance | path

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

/art/oatdump/
Doatdump.cc2364 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod() local
2367 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2371 if (quick_oat_code_begin != method->GetEntryPointFromQuickCompiledCodePtrSize( in DumpMethod()
2373 indent_os << StringPrintf("OAT CODE: %p\n", quick_oat_code_begin); in DumpMethod()
2401 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod() local
2406 if (quick_oat_code_begin != nullptr) { in DumpMethod()
2408 reinterpret_cast<uintptr_t>(quick_oat_code_begin) - sizeof(OatQuickMethodHeader)); in DumpMethod()
2417 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()
2434 indent_os << StringPrintf("OAT CODE: %p-%p\n", quick_oat_code_begin, quick_oat_code_end); in DumpMethod()