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

/art/runtime/verifier/
H A Dmethod_verifier.cc3002 MethodType method_type) {
3021 if (method_type == METHOD_DIRECT || method_type == METHOD_STATIC) {
3023 } else if (method_type == METHOD_INTERFACE) {
3034 if (method_type == METHOD_INTERFACE || method_type == METHOD_VIRTUAL) {
3047 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) {
3065 if (res_method->IsPrivate() && method_type == METHOD_VIRTUAL) {
3071 if (klass->IsInterface() && method_type != METHOD_INTERFACE) {
3075 } else if (!klass->IsInterface() && method_type
3001 ResolveMethodAndCheckAccess(uint32_t dex_method_idx, MethodType method_type) argument
3094 VerifyInvocationArgsFromIterator(T* it, const Instruction* inst, MethodType method_type, bool is_range, mirror::ArtMethod* res_method) argument
3213 VerifyInvocationArgsUnresolvedMethod(const Instruction* inst, MethodType method_type, bool is_range) argument
3252 VerifyInvocationArgs(const Instruction* inst, MethodType method_type, bool is_range, bool is_super) argument
[all...]

Completed in 12 milliseconds