Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_enums.h60 METHOD_STATIC, // static enumerator
Dmethod_verifier.cc3048 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction()
3179 VerifyInvocationArgsFromIterator(&param_it, inst, METHOD_STATIC, is_range, nullptr); in CodeFlowVerifyInstruction()
3883 method_type != METHOD_STATIC && in ResolveMethodAndCheckAccess()
3933 (method_type == METHOD_STATIC && !res_method->IsStatic()) || in ResolveMethodAndCheckAccess()
3978 if (method_type != METHOD_STATIC) { in VerifyInvocationArgsFromIterator()
4041 uint32_t sig_registers = (method_type == METHOD_STATIC) ? 0 : 1; in VerifyInvocationArgsFromIterator()