Searched refs:PushLocalFrame (Results 1 – 5 of 5) sorted by relevance
19 int failed = env_->PushLocalFrame(kDefaultLocalFrameCapacity); in ScopedJavaLocalFrame()25 int failed = env_->PushLocalFrame(capacity); in ScopedJavaLocalFrame()
44 RTC_CHECK(!jni_->PushLocalFrame(0)) << "Failed to PushLocalFrame"; in ScopedLocalRefFrame()
257 jint (JNICALL *PushLocalFrame)837 jint PushLocalFrame(jint capacity) { in PushLocalFrame() function838 return functions->PushLocalFrame(this,capacity); in PushLocalFrame()
1606 if (JNI_FUNC_PTR(env,PushLocalFrame)(env, capacity) < 0) { in createLocalRefSpace()
2805 …<var-decl name='PushLocalFrame' type-id='9aeb7958' visibility='default' filepath='libnativehelper/…