Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dverifier_enums.h62 METHOD_STATIC, // static enumerator
Dmethod_verifier.cc2973 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction()
3100 VerifyInvocationArgsFromIterator(&param_it, inst, METHOD_STATIC, is_range, nullptr); in CodeFlowVerifyInstruction()
3803 method_type != METHOD_STATIC && in ResolveMethodAndCheckAccess()
3853 (method_type == METHOD_STATIC && !res_method->IsStatic()) || in ResolveMethodAndCheckAccess()
3898 if (method_type != METHOD_STATIC) { in VerifyInvocationArgsFromIterator()
3959 uint32_t sig_registers = (method_type == METHOD_STATIC) ? 0 : 1; in VerifyInvocationArgsFromIterator()