Home | History | Annotate | Download | only in runtime

Lines Matching refs:art_method

36 #include "mirror/art_method-inl.h"
659 jobject art_method = env->GetObjectField(java_method,
661 ArtMethod* method = soa.Decode<ArtMethod*>(art_method);
680 jobject art_method = soa.AddLocalReference<jobject>(m);
688 art_method);