Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/verifier/
H A Dmethod_verifier.cc3395 ArtMethod* abs_method = VerifyInvocationArgs(inst, METHOD_INTERFACE, is_range); in CodeFlowVerifyInstruction() local
3396 if (abs_method != nullptr) { in CodeFlowVerifyInstruction()
3397 ObjPtr<mirror::Class> called_interface = abs_method->GetDeclaringClass(); in CodeFlowVerifyInstruction()
3400 << abs_method->PrettyMethod() << "'"; in CodeFlowVerifyInstruction()
3431 DCHECK_IMPLIES(abs_method != nullptr, in CodeFlowVerifyInstruction()
3432 abs_method->GetReturnTypeDescriptorView() == in CodeFlowVerifyInstruction()
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuiltin.py1173 abs_method = BuiltinVariable(getattr).call_function(
1176 return abs_method.call_function(tx, [], {})