Searched refs:InvokeWithJValues (Results 1 – 8 of 8) sorted by relevance
/art/runtime/ |
D | reflection_test.cc | 143 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr); in InvokeNopMethod() 155 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 159 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 163 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 168 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod() 181 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 185 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 189 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 193 result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityIntMethod() 206 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityDoubleMethod() [all …]
|
D | reflection.h | 74 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa,
|
D | reflection.cc | 567 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithJValues() function 599 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, in InvokeWithJValues() function 604 return InvokeWithJValues(soa, obj, jni::DecodeArtMethod(mid), args); in InvokeWithJValues()
|
D | runtime.cc | 808 JValue result = InvokeWithJValues(soa, in CreateSystemClassLoader()
|
D | thread.cc | 3361 InvokeWithJValues(soa, ref.get(), exception_init_method, jv_args); in ThrowNewWrappedException()
|
/art/runtime/jni/ |
D | jni_internal.cc | 1211 JValue result(InvokeWithJValues(soa, obj, mid, args)); in CallNonvirtualObjectMethodA() 1240 return InvokeWithJValues(soa, obj, mid, args).GetZ(); in CallNonvirtualBooleanMethodA() 1267 return InvokeWithJValues(soa, obj, mid, args).GetB(); in CallNonvirtualByteMethodA() 1294 return InvokeWithJValues(soa, obj, mid, args).GetC(); in CallNonvirtualCharMethodA() 1321 return InvokeWithJValues(soa, obj, mid, args).GetS(); in CallNonvirtualShortMethodA() 1348 return InvokeWithJValues(soa, obj, mid, args).GetI(); in CallNonvirtualIntMethodA() 1375 return InvokeWithJValues(soa, obj, mid, args).GetJ(); in CallNonvirtualLongMethodA() 1402 return InvokeWithJValues(soa, obj, mid, args).GetF(); in CallNonvirtualFloatMethodA() 1429 return InvokeWithJValues(soa, obj, mid, args).GetD(); in CallNonvirtualDoubleMethodA() 1455 InvokeWithJValues(soa, obj, mid, args); in CallNonvirtualVoidMethodA() [all …]
|
/art/runtime/gc/ |
D | reference_processor.cc | 285 InvokeWithJValues(soa, nullptr, WellKnownClasses::java_lang_ref_ReferenceQueue_add, args); in Run()
|
D | heap.cc | 3696 InvokeWithJValues(soa, nullptr, WellKnownClasses::java_lang_ref_FinalizerReference_add, args); in AddFinalizerReference()
|