Searched refs:METHOD_VIRTUAL (Results 1 - 2 of 2) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.h62 METHOD_VIRTUAL, // virtual enumerator in enum:art::verifier::MethodType
H A Dmethod_verifier.cc2838 MethodType type = is_super ? METHOD_SUPER : METHOD_VIRTUAL;
3774 DCHECK(method_type == METHOD_VIRTUAL || method_type == METHOD_SUPER);
3784 method_type == METHOD_VIRTUAL ||
3849 if (res_method->IsPrivate() && (method_type == METHOD_VIRTUAL || method_type == METHOD_SUPER)) {
3859 method_type == METHOD_VIRTUAL ||

Completed in 64 milliseconds