Lines Matching refs:mid
420 JValue InvokeWithVarArgs(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
431 mirror::ArtMethod* method = soa.DecodeMethod(mid);
443 jmethodID mid, jvalue* args) {
452 mirror::ArtMethod* method = soa.DecodeMethod(mid);
463 mirror::Object* receiver, jmethodID mid, jvalue* args) {
472 mirror::ArtMethod* method = FindVirtualMethod(receiver, soa.DecodeMethod(mid));
483 jobject obj, jmethodID mid, va_list args) {
493 mirror::ArtMethod* method = FindVirtualMethod(receiver, soa.DecodeMethod(mid));
593 jmethodID mid = soa.Env()->GetMethodID(exception_class, "<init>", "(Ljava/lang/Throwable;)V");
594 jobject exception_instance = soa.Env()->NewObject(exception_class, mid, th);