HomeSort by relevance Sort by last modified time
    Searched refs:PushLocalFrame (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/base/android/
scoped_java_ref.cc 19 int failed = env_->PushLocalFrame(kDefaultLocalFrameCapacity);
25 int failed = env_->PushLocalFrame(capacity);
  /art/runtime/
jni_internal_test.cc     [all...]
check_jni.cc     [all...]
jni_internal.cc 772 static jint PushLocalFrame(JNIEnv* env, jint capacity) {
775 if (EnsureLocalCapacity(soa, capacity, "PushLocalFrame") != JNI_OK) {
    [all...]
  /development/ndk/platforms/android-3/include/
jni.h 194 jint (*PushLocalFrame)(JNIEnv*, jint);
557 jint PushLocalFrame(jint capacity)
558 { return functions->PushLocalFrame(this, capacity); }
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 442 CHECK(!jni_->PushLocalFrame(0)) << "Failed to PushLocalFrame";
    [all...]

Completed in 156 milliseconds