Searched refs:InvokeMethod (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/unwinding/libbacktrace/testdata/arm/ |
H A D | offline_testdata_for_libart | 9 function: start: 2fcf75 end: 2fd88d name: art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable …
|
/aosp12/art/runtime/native/ |
H A D | java_lang_reflect_Method.cc | 86 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
|
H A D | java_lang_reflect_Constructor.cc | 108 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0()
|
/aosp12/art/runtime/ |
H A D | reflection.h | 102 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa,
|
H A D | reflection.cc | 695 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa, jobject javaMethod, in InvokeMethod() function 777 jobject InvokeMethod<PointerSize::k32>(const ScopedObjectAccessAlreadyRunnable& soa, 783 jobject InvokeMethod<PointerSize::k64>(const ScopedObjectAccessAlreadyRunnable& soa,
|
/aosp12/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 697 InvokeMethod<PointerSize::k64>(soa, method_ref.get(), object_ref.get(), args_ref.get(), 2); in UnstartedConstructorNewInstance0() 699 InvokeMethod<PointerSize::k32>(soa, method_ref.get(), object_ref.get(), args_ref.get(), 2); in UnstartedConstructorNewInstance0() 1690 ? InvokeMethod<PointerSize::k64>(soa, in UnstartedMethodInvoke() 1694 : InvokeMethod<PointerSize::k32>(soa, in UnstartedMethodInvoke()
|