Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_enums.h60 METHOD_SUPER, // super enumerator
Dmethod_verifier.cc2884 MethodType type = is_super ? METHOD_SUPER : METHOD_VIRTUAL; in CodeFlowVerifyInstruction()
3842 method_type != METHOD_SUPER) { in ResolveMethodAndCheckAccess()
3879 if (res_method->IsPrivate() && (method_type == METHOD_VIRTUAL || method_type == METHOD_SUPER)) { in ResolveMethodAndCheckAccess()
3890 ((method_type == METHOD_SUPER || in ResolveMethodAndCheckAccess()
4226 if (method_type == METHOD_SUPER) { in VerifyInvocationArgs()