Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h61 METHOD_STATIC, // static enumerator
Dmethod_verifier.cc2951 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction()
3767 if (method_type == METHOD_DIRECT || method_type == METHOD_STATIC) { in ResolveMethodAndCheckAccess()
3819 method_type != METHOD_STATIC && in ResolveMethodAndCheckAccess()
3857 (method_type == METHOD_STATIC && !res_method->IsStatic()) || in ResolveMethodAndCheckAccess()
3895 if (method_type != METHOD_STATIC) { in VerifyInvocationArgsFromIterator()