Searched refs:quick_oat_code_begin (Results 1 – 1 of 1) sorted by relevance
2549 const void* quick_oat_code_begin = GetQuickOatCodeBegin(method); in DumpMethod() local2553 reinterpret_cast<uintptr_t>(quick_oat_code_begin) - sizeof(OatQuickMethodHeader)); in DumpMethod()2557 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()2561 if (quick_oat_code_begin != method->GetEntryPointFromQuickCompiledCodePtrSize( in DumpMethod()2563 indent_os << StringPrintf("OAT CODE: %p\n", quick_oat_code_begin); in DumpMethod()2592 ComputeOatSize(quick_oat_code_begin, &first_occurrence); in DumpMethod()2609 indent_os << StringPrintf("OAT CODE: %p-%p\n", quick_oat_code_begin, quick_oat_code_end); in DumpMethod()