Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h58 METHOD_VIRTUAL, // virtual, super enumerator
Dmethod_verifier.cc2225 mirror::ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_VIRTUAL, is_range, in CodeFlowVerifyInstruction()
3074 if (method_type == METHOD_INTERFACE || method_type == METHOD_VIRTUAL) { in ResolveMethodAndCheckAccess()
3105 if (res_method->IsPrivate() && method_type == METHOD_VIRTUAL) { in ResolveMethodAndCheckAccess()
3124 ((method_type == METHOD_VIRTUAL || method_type == METHOD_INTERFACE) && res_method->IsDirect()) in ResolveMethodAndCheckAccess()
3312 DCHECK(method_type == METHOD_VIRTUAL); in VerifyInvocationArgs()