/libnativehelper/include/nativehelper/ |
ScopedLocalFrame.h | 25 mEnv->PushLocalFrame(128);
|
/external/libmojo/base/android/ |
scoped_java_ref.cc | 19 int failed = env_->PushLocalFrame(kDefaultLocalFrameCapacity); 25 int failed = env_->PushLocalFrame(capacity);
|
/external/webrtc/talk/app/webrtc/java/jni/ |
jni_helpers.cc | 275 RTC_CHECK(!jni_->PushLocalFrame(0)) << "Failed to PushLocalFrame";
|
/system/core/libnativebridge/ |
native_bridge.cc | 378 jint success = env->PushLocalFrame(16); // That should be small and large enough.
|
/art/runtime/ |
jni_internal_test.cc | [all...] |
/development/ndk/platforms/android-9/include/ |
jni.h | 194 jint (*PushLocalFrame)(JNIEnv*, jint); 557 jint PushLocalFrame(jint capacity) 558 { return functions->PushLocalFrame(this, capacity); } [all...] |
/libnativehelper/include_jni/ |
jni.h | 180 jint (*PushLocalFrame)(JNIEnv*, jint); 543 jint PushLocalFrame(jint capacity) 544 { return functions->PushLocalFrame(this, capacity); } [all...] |
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/ |
jni.h | 194 jint (*PushLocalFrame)(JNIEnv*, jint); 557 jint PushLocalFrame(jint capacity) 558 { return functions->PushLocalFrame(this, capacity); } [all...] |
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/ |
jni.h | 194 jint (*PushLocalFrame)(JNIEnv*, jint); 557 jint PushLocalFrame(jint capacity) 558 { return functions->PushLocalFrame(this, capacity); } [all...] |
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/ |
jni.h | 194 jint (*PushLocalFrame)(JNIEnv*, jint); 557 jint PushLocalFrame(jint capacity) 558 { return functions->PushLocalFrame(this, capacity); } [all...] |
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/ |
jni.h | 194 jint (*PushLocalFrame)(JNIEnv*, jint); 557 jint PushLocalFrame(jint capacity) 558 { return functions->PushLocalFrame(this, capacity); } [all...] |