Home
last modified time | relevance | path

Searched refs:PushLocalFrame (Results 1 – 2 of 2) sorted by relevance

/libnativehelper/header_only_include/nativehelper/
Dscoped_local_frame.h26 mEnv->PushLocalFrame(128); in ScopedLocalFrame()
/libnativehelper/include_jni/
Djni.h179 jint (*PushLocalFrame)(JNIEnv*, jint); member
541 jint PushLocalFrame(jint capacity) in PushLocalFrame() function
542 { return functions->PushLocalFrame(this, capacity); } in PushLocalFrame()