Lines Matching refs:result
545 jobject PopLocalFrame(jobject result) in PopLocalFrame()
546 { return functions->PopLocalFrame(this, result); } in PopLocalFrame()
573 jobject result = functions->NewObjectV(this, clazz, methodID, args); in NewObject() local
575 return result; in NewObject()
596 _jtype result; \
599 result = functions->Call##_jname##MethodV(this, obj, methodID, \
602 return result; \
644 _jtype result; \
647 result = functions->CallNonvirtual##_jname##MethodV(this, obj, \
650 return result; \
741 _jtype result; \
744 result = functions->CallStatic##_jname##MethodV(this, clazz, \
747 return result; \