Lines Matching refs:result
544 jobject PopLocalFrame(jobject result) in PopLocalFrame()
545 { return functions->PopLocalFrame(this, result); } in PopLocalFrame()
572 jobject result = functions->NewObjectV(this, clazz, methodID, args); in NewObject() local
574 return result; in NewObject()
595 _jtype result; \
598 result = functions->Call##_jname##MethodV(this, obj, methodID, \
601 return result; \
643 _jtype result; \
646 result = functions->CallNonvirtual##_jname##MethodV(this, obj, \
649 return result; \
740 _jtype result; \
743 result = functions->CallStatic##_jname##MethodV(this, clazz, \
746 return result; \