Home
last modified time | relevance | path

Searched refs:JNIInvokeInterface (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/tools/jvmti-agents/wrapagentproperties/
H A Dwrapagentproperties.cc54 const struct JNIInvokeInterface* functions;
110 static JNIInvokeInterface* CreateInvokeInterface() { in CreateInvokeInterface()
111 JNIInvokeInterface* out = new JNIInvokeInterface; in CreateInvokeInterface()
112 memset(out, 0, sizeof(JNIInvokeInterface)); in CreateInvokeInterface()
/aosp12/art/runtime/jni/
H A Dcheck_jni.h25 const JNIInvokeInterface* GetCheckJniInvokeInterface();
H A Djava_vm_ext.h196 const JNIInvokeInterface* GetUncheckedFunctions() const { in GetUncheckedFunctions()
249 const JNIInvokeInterface* const unchecked_functions_;
H A Djava_vm_ext.cc479 const JNIInvokeInterface gJniInvokeInterface = {
H A Dcheck_jni.cc4111 static const JNIInvokeInterface* BaseVm(JavaVM* vm) { in BaseVm()
4116 const JNIInvokeInterface gCheckInvokeInterface = {
4133 const JNIInvokeInterface* GetCheckJniInvokeInterface() { in GetCheckJniInvokeInterface()
/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h107 struct JNIInvokeInterface;
143 typedef const struct JNIInvokeInterface* JavaVM;
1036 struct JNIInvokeInterface { struct
1052 const struct JNIInvokeInterface* functions; argument
/aosp12/libnativehelper/include_jni/
H A Djni.h107 struct JNIInvokeInterface;
143 typedef const struct JNIInvokeInterface* JavaVM;
1036 struct JNIInvokeInterface { struct
1052 const struct JNIInvokeInterface* functions; argument