Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc2247 mirror::ArtMethod* abs_method = VerifyInvocationArgs(inst, in CodeFlowVerifyInstruction() local
2251 if (abs_method != NULL) { in CodeFlowVerifyInstruction()
2252 mirror::Class* called_interface = abs_method->GetDeclaringClass(); in CodeFlowVerifyInstruction()
2255 << PrettyMethod(abs_method) << "'"; in CodeFlowVerifyInstruction()
2284 if (abs_method == NULL) { in CodeFlowVerifyInstruction()
2290 descriptor = MethodHelper(abs_method).GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()