Searched refs:thisObj (Results 1 – 2 of 2) sorted by relevance
2201 Object* thisObj; in getThisObject() local2219 thisObj = NULL; in getThisObject()2221 thisObj = (Object*) framePtr[argOffset]; in getThisObject()2223 if (thisObj != NULL && !dvmIsHeapAddress(thisObj)) { in getThisObject()2226 thisObj = NULL; in getThisObject()2229 return thisObj; in getThisObject()2239 Object* thisObj; in dvmDbgGetThisObject() local2243 thisObj = getThisObject(framePtr); in dvmDbgGetThisObject()2245 *pThisId = objectToObjectId(thisObj); in dvmDbgGetThisObject()2469 Object* thisObj = getThisObject((u4*)throwFp); in dvmDbgPostException() local[all …]
873 Object* thisObj = (Object*) args[0]; in proxyInvoker() local885 handler = dvmGetFieldObject(thisObj, gDvm.offJavaLangReflectProxy_h); in proxyInvoker()901 thisObj, handler->clazz->descriptor); in proxyInvoker()954 thisObj, methodObj, argArray); in proxyInvoker()