HomeSort by relevance Sort by last modified time
    Searched defs:PushLocalFrame (Results 26 - 50 of 71) sorted by null

12 3

  /prebuilts/ndk/9/platforms/android-19/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/9/platforms/android-19/arch-mips64/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/9/platforms/android-19/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/9/platforms/android-19/arch-x86_64/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/9/platforms/android-3/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/9/platforms/android-4/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/9/platforms/android-5/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/9/platforms/android-8/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/9/platforms/android-9/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/9/platforms/android-9/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/9/platforms/android-9/arch-x86/usr/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /art/runtime/
jni_internal.cc 774 static jint PushLocalFrame(JNIEnv* env, jint capacity) {
777 if (EnsureLocalCapacity(soa, capacity, "PushLocalFrame") != JNI_OK) {
    [all...]
  /libnativehelper/include/nativehelper/
jni.h 180 jint (*PushLocalFrame)(JNIEnv*, jint);
543 jint PushLocalFrame(jint capacity)
544 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
jni.h 178 jint (*PushLocalFrame)(JNIEnv*, jint);
541 jint PushLocalFrame(jint capacity)
542 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
jni.h 193 jint (*PushLocalFrame)(JNIEnv*, jint);
556 jint PushLocalFrame(jint capacity)
557 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
jni.h 193 jint (*PushLocalFrame)(JNIEnv*, jint);
556 jint PushLocalFrame(jint capacity)
557 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
jni.h 193 jint (*PushLocalFrame)(JNIEnv*, jint);
556 jint PushLocalFrame(jint capacity)
557 { return functions->PushLocalFrame(this, capacity); }
    [all...]

Completed in 2663 milliseconds

12 3