Searched defs:method_type (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc3234 uint32_t dex_method_idx, MethodType method_type) {
3255 if (method_type == METHOD_DIRECT || method_type == METHOD_STATIC) {
3257 } else if (method_type == METHOD_INTERFACE) {
3268 if (method_type == METHOD_INTERFACE || method_type == METHOD_VIRTUAL) {
3281 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) {
3299 if (res_method->IsPrivate() && method_type == METHOD_VIRTUAL) {
3305 if (klass->IsInterface() && method_type != METHOD_INTERFACE) {
3309 } else if (!klass->IsInterface() && method_type
3233 ResolveMethodAndCheckAccess( uint32_t dex_method_idx, MethodType method_type) argument
3328 VerifyInvocationArgsFromIterator( T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) argument
3444 VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type, bool is_range) argument
3483 VerifyInvocationArgs( const Instruction* inst, MethodType method_type, bool is_range, bool is_super) argument
[all...]

Completed in 87 milliseconds