Home | History | Annotate | Download | only in nativehelper

Lines Matching full:capacity

556     jint PushLocalFrame(jint capacity)
557 { return functions->PushLocalFrame(this, capacity); }
577 jint EnsureLocalCapacity(jint capacity)
578 { return functions->EnsureLocalCapacity(this, capacity); }
1032 jobject NewDirectByteBuffer(void* address, jlong capacity)
1033 { return functions->NewDirectByteBuffer(this, address, capacity); }