Home | History | Annotate | Download | only in vm

Lines Matching refs:thisObj

2201     Object* thisObj;
2219 thisObj = NULL;
2221 thisObj = (Object*) framePtr[argOffset];
2223 if (thisObj != NULL && !dvmIsHeapAddress(thisObj)) {
2226 thisObj = NULL;
2229 return thisObj;
2239 Object* thisObj;
2243 thisObj = getThisObject(framePtr);
2245 *pThisId = objectToObjectId(thisObj);
2469 Object* thisObj = getThisObject((u4*)throwFp);
2483 objectToObjectId(thisObj));