Home | History | Annotate | Download | only in oatdump

Lines Matching refs:oat_code

987         const void* oat_code = state->GetOatCodeBegin(method);
989 state->ComputeOatSize(oat_code, &first_occurrence);
993 if (oat_code != method->GetEntryPointFromCompiledCode()) {
994 indent_os << StringPrintf("OAT CODE: %p\n", oat_code);