Home | History | Annotate | Download | only in native

Lines Matching defs:args

391     JNIEnv* env, jobject javaThis, jobjectArray args) {
399 soa.Decode<mirror::ObjectArray<mirror::Class>>(args));
443 jobject name, jobjectArray args) {
452 soa.Decode<mirror::ObjectArray<mirror::Class>>(args));
745 uint32_t args[1] = { static_cast<uint32_t>(reinterpret_cast<uintptr_t>(receiver.Get())) };
746 constructor->Invoke(soa.Self(), args, sizeof(args), &result, "V");