Home
last modified time | relevance | path

Searched refs:thisObj (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/
DDebugger.cpp2201 Object* thisObj; in getThisObject() local
2219 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() local
2243 thisObj = getThisObject(framePtr); in dvmDbgGetThisObject()
2245 *pThisId = objectToObjectId(thisObj); in dvmDbgGetThisObject()
2469 Object* thisObj = getThisObject((u4*)throwFp); in dvmDbgPostException() local
[all …]
/dalvik/vm/reflect/
DProxy.cpp873 Object* thisObj = (Object*) args[0]; in proxyInvoker() local
885 handler = dvmGetFieldObject(thisObj, gDvm.offJavaLangReflectProxy_h); in proxyInvoker()
901 thisObj, handler->clazz->descriptor); in proxyInvoker()
954 thisObj, methodObj, argArray); in proxyInvoker()