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.h180 jint (*PushLocalFrame)(JNIEnv*, jint); member
542 jint PushLocalFrame(jint capacity) in PushLocalFrame() function
543 { return functions->PushLocalFrame(this, capacity); } in PushLocalFrame()