Searched refs:InvokeWithJValues (Results 1 – 9 of 9) sorted by relevance
/art/runtime/ |
D | reflection_test.cc | 137 InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), nullptr); in InvokeNopMethod() 149 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityByteMethod() 153 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityByteMethod() 157 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityByteMethod() 161 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityByteMethod() 174 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityIntMethod() 178 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityIntMethod() 182 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityIntMethod() 186 result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityIntMethod() 199 JValue result = InvokeWithJValues(soa, receiver_ref.get(), soa.EncodeMethod(method), args); in InvokeIdentityDoubleMethod() [all …]
|
D | reflection.h | 52 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid,
|
D | jni_internal.cc | 957 JValue result(InvokeWithJValues(soa, obj, mid, args)); in CallNonvirtualObjectMethodA() 986 return InvokeWithJValues(soa, obj, mid, args).GetZ(); in CallNonvirtualBooleanMethodA() 1013 return InvokeWithJValues(soa, obj, mid, args).GetB(); in CallNonvirtualByteMethodA() 1040 return InvokeWithJValues(soa, obj, mid, args).GetC(); in CallNonvirtualCharMethodA() 1067 return InvokeWithJValues(soa, obj, mid, args).GetS(); in CallNonvirtualShortMethodA() 1094 return InvokeWithJValues(soa, obj, mid, args).GetI(); in CallNonvirtualIntMethodA() 1121 return InvokeWithJValues(soa, obj, mid, args).GetJ(); in CallNonvirtualLongMethodA() 1148 return InvokeWithJValues(soa, obj, mid, args).GetF(); in CallNonvirtualFloatMethodA() 1175 return InvokeWithJValues(soa, obj, mid, args).GetD(); in CallNonvirtualDoubleMethodA() 1201 InvokeWithJValues(soa, obj, mid, args); in CallNonvirtualVoidMethodA() [all …]
|
D | reflection.cc | 468 JValue InvokeWithJValues(const ScopedObjectAccessAlreadyRunnable& soa, jobject obj, jmethodID mid, in InvokeWithJValues() function
|
D | runtime.cc | 445 JValue result = InvokeWithJValues(soa, nullptr, soa.EncodeMethod(getSystemClassLoader), nullptr); in CreateSystemClassLoader()
|
D | thread.cc | 1975 InvokeWithJValues(soa, ref.get(), soa.EncodeMethod(exception_init_method), jv_args); in ThrowNewWrappedException()
|
D | debugger.cc | 4052 JValue result = InvokeWithJValues(soa, ref.get(), soa.EncodeMethod(m), in ExecuteMethodWithoutPendingException()
|
/art/runtime/gc/ |
D | reference_processor.cc | 230 InvokeWithJValues(soa, nullptr, WellKnownClasses::java_lang_ref_ReferenceQueue_add, args); in Run()
|
D | heap.cc | 3388 InvokeWithJValues(soa, nullptr, WellKnownClasses::java_lang_ref_FinalizerReference_add, args); in AddFinalizerReference()
|