Home | History | Annotate | Download | only in verifier

Lines Matching defs:MethodType

50 enum MethodType {
57 std::ostream& operator<<(std::ostream& os, const MethodType& rhs);
583 ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type)
609 MethodType method_type,
615 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type,
621 MethodType method_type, bool is_range,