Home
last modified time | relevance | path

Searched defs:PushLocalFrame (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/extras/module_ndk_libs/libnativehelper/include_jni/
H A Djni.h179 jint (*PushLocalFrame)(JNIEnv*, jint); member
541 jint PushLocalFrame(jint capacity) in PushLocalFrame() function
/aosp12/libnativehelper/include_jni/
H A Djni.h179 jint (*PushLocalFrame)(JNIEnv*, jint); member
541 jint PushLocalFrame(jint capacity) in PushLocalFrame() function
/aosp12/art/runtime/jni/
H A Dcheck_jni.cc2102 static jint PushLocalFrame(JNIEnv* env, jint capacity) { in PushLocalFrame() function in art::__anone2f7feb60110::CheckJNI
H A Djni_internal.cc751 static jint PushLocalFrame(JNIEnv* env, jint capacity) { in PushLocalFrame() function in art::JNI