Searched refs:InvokeWithJValues (Results 1 – 7 of 7) sorted by relevance
/art/runtime/ |
D | reflection_test.cc | 142 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr); in InvokeNopMethod() 154 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 158 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 162 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 167 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 180 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 184 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 188 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 192 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 205 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityDoubleMethod() [all …]
|
D | reflection.h | 69 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
|
D | jni_internal.cc | 1079 JValue result(InvokeWithJValues(soa, obj, mid, args)); in CallNonvirtualObjectMethodA() 1108 return InvokeWithJValues(soa, obj, mid, args).GetZ(); in CallNonvirtualBooleanMethodA() 1135 return InvokeWithJValues(soa, obj, mid, args).GetB(); in CallNonvirtualByteMethodA() 1162 return InvokeWithJValues(soa, obj, mid, args).GetC(); in CallNonvirtualCharMethodA() 1189 return InvokeWithJValues(soa, obj, mid, args).GetS(); in CallNonvirtualShortMethodA() 1216 return InvokeWithJValues(soa, obj, mid, args).GetI(); in CallNonvirtualIntMethodA() 1243 return InvokeWithJValues(soa, obj, mid, args).GetJ(); in CallNonvirtualLongMethodA() 1270 return InvokeWithJValues(soa, obj, mid, args).GetF(); in CallNonvirtualFloatMethodA() 1297 return InvokeWithJValues(soa, obj, mid, args).GetD(); in CallNonvirtualDoubleMethodA() 1323 InvokeWithJValues(soa, obj, mid, args); in CallNonvirtualVoidMethodA() [all …]
|
D | reflection.cc | 493 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid, in InvokeWithJValues() function
|
D | runtime.cc | 688 JValue result = InvokeWithJValues(soa, in CreateSystemClassLoader()
|
D | thread.cc | 3088 InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(exception_init_method), jv_args); in ThrowNewWrappedException()
|
/art/runtime/gc/ |
D | reference_processor.cc | 260 InvokeWithJValues(soa, nullptr, WellKnownClasses::java_lang_ref_ReferenceQueue_add, args); in Run()
|