Lines Matching refs:object
116 : m_xFactory(_rxFactory),object( 0 ) in java_lang_Object()
123 : object( NULL ) in java_lang_Object()
127 object = pXEnv->NewGlobalRef( myObj ); in java_lang_Object()
132 if( object ) in ~java_lang_Object()
141 if( object ) in clearObject()
143 rEnv.DeleteGlobalRef( object ); in clearObject()
144 object = NULL; in clearObject()
150 if( object ) in clearObject()
161 object = pXEnv->NewGlobalRef( myObj ); in saveRef()
247 out = t.pEnv->CallBooleanMethod( object, _inout_MethodID ); in callBooleanMethod()
260 out = t.pEnv->CallBooleanMethod( object, _inout_MethodID, _nArgument ); in callBooleanMethodWithIntArg()
280 jint out( t.pEnv->CallIntMethod( object, _inout_MethodID ) ); in callIntMethod()
295 jint out( t.pEnv->CallIntMethod( object, _inout_MethodID , _nArgument) ); in callIntMethodWithIntArg()
308 t.pEnv->CallVoidMethod( object, _inout_MethodID ); in callVoidMethod()
319 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument ); in callVoidMethodWithIntArg()
332 t.pEnv->CallVoidMethod( object, _inout_MethodID,_nArgument ); in callVoidMethodWithBoolArg()
354 jobject out = _pEnv->CallObjectMethod( object, _inout_MethodID); in callObjectMethod()
364 jobject out = _pEnv->CallObjectMethod( object, _inout_MethodID,_nArgument ); in callObjectMethodWithIntArg()
385 t.pEnv->CallVoidMethod( object, _inout_MethodID , str.get()); in callVoidMethodWithStringArg()
406 jint out = t.pEnv->CallIntMethod( object, _inout_MethodID , str.get()); in callIntMethodWithStringArg()