Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h50 enum MethodType { enum
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,
Dmethod_verifier.cc3234 uint32_t dex_method_idx, MethodType method_type) { in ResolveMethodAndCheckAccess()
3329 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
3445 MethodType method_type, in VerifyInvocationArgsUnresolvedMethod()
3484 const Instruction* inst, MethodType method_type, bool is_range, bool is_super) { in VerifyInvocationArgs()