Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.h58 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,
Dmethod_verifier.cc2838 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()