Home
last modified time | relevance | path

Searched refs:InvokeMethod (Results 1 – 6 of 6) sorted by relevance

/aosp12/system/unwinding/libbacktrace/testdata/arm/
H A Doffline_testdata_for_libart9 function: start: 2fcf75 end: 2fd88d name: art::InvokeMethod(art::ScopedObjectAccessAlreadyRunnable …
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Method.cc86 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, javaReceiver, javaArgs); in Method_invoke()
H A Djava_lang_reflect_Constructor.cc108 return InvokeMethod<kRuntimePointerSize>(soa, javaMethod, nullptr, javaArgs, 2); in Constructor_newInstance0()
/aosp12/art/runtime/
H A Dreflection.h102 jobject InvokeMethod(const ScopedObjectAccessAlreadyRunnable& soa,
H A Dreflection.cc695 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 Dunstarted_runtime.cc697 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()