Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h54 METHOD_VIRTUAL, // virtual, super enumerator
Dmethod_verifier.cc2404 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_VIRTUAL, is_range, is_super); in CodeFlowVerifyInstruction()
3268 if (method_type == METHOD_INTERFACE || method_type == METHOD_VIRTUAL) { in ResolveMethodAndCheckAccess()
3299 if (res_method->IsPrivate() && method_type == METHOD_VIRTUAL) { in ResolveMethodAndCheckAccess()
3318 ((method_type == METHOD_VIRTUAL || method_type == METHOD_INTERFACE) && res_method->IsDirect()) in ResolveMethodAndCheckAccess()
3501 DCHECK(method_type == METHOD_VIRTUAL); in VerifyInvocationArgs()