Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_enums.h58 METHOD_DIRECT, // <init>, private enumerator
Dmethod_verifier.cc2989 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range); in CodeFlowVerifyInstruction()
3925 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) { in ResolveMethodAndCheckAccess()
3948 method_type != METHOD_DIRECT) && in ResolveMethodAndCheckAccess()
3995 if ((method_type == METHOD_DIRECT && (!res_method->IsDirect() || res_method->IsStatic())) || in ResolveMethodAndCheckAccess()