Searched refs:METHOD_DIRECT (Results 1 – 2 of 2) sorted by relevance
52 METHOD_DIRECT, // <init>, private enumerator
2437 METHOD_DIRECT, in CodeFlowVerifyInstruction()3255 if (method_type == METHOD_DIRECT || method_type == METHOD_STATIC) { in ResolveMethodAndCheckAccess()3281 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) { in ResolveMethodAndCheckAccess()3316 if ((method_type == METHOD_DIRECT && (!res_method->IsDirect() || res_method->IsStatic())) || in ResolveMethodAndCheckAccess()