Searched refs:MethodType (Results 1 – 2 of 2) sorted by relevance
/art/runtime/verifier/ |
D | method_verifier.h | 58 enum MethodType { enum 66 std::ostream& operator<<(std::ostream& os, const MethodType& rhs); 640 ArtMethod* ResolveMethodAndCheckAccess(uint32_t method_idx, MethodType method_type) 665 ArtMethod* VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range) 670 void VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type, 676 MethodType method_type, bool is_range,
|
D | method_verifier.cc | 2838 MethodType type = is_super ? METHOD_SUPER : METHOD_VIRTUAL; in CodeFlowVerifyInstruction() 3744 uint32_t dex_method_idx, MethodType method_type) { in ResolveMethodAndCheckAccess() 3871 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator() 4014 MethodType method_type, in VerifyInvocationArgsUnresolvedMethod() 4053 const Instruction* inst, MethodType method_type, bool is_range) { in VerifyInvocationArgs()
|