Home | History | Annotate | Download | only in interp

Lines Matching refs:thisPtr

669         Object* thisPtr = dvmGetThisPtr(self->interpSave.method, fp);
670 assert(thisPtr == NULL || dvmIsHeapAddress(thisPtr));
671 dvmDbgPostLocationEvent(methodToCall, -1, thisPtr, DBG_METHOD_ENTRY);
683 Object* thisPtr = dvmGetThisPtr(self->interpSave.method, fp);
684 assert(thisPtr == NULL || dvmIsHeapAddress(thisPtr));
685 dvmDbgPostLocationEvent(methodToCall, -1, thisPtr, DBG_METHOD_EXIT);
860 Object* thisPtr = dvmGetThisPtr(method, fp);
861 if (thisPtr != NULL && !dvmIsHeapAddress(thisPtr)) {
868 ALOGE("HEY: invalid 'this' ptr %p (%s.%s %s)", thisPtr,
873 dvmDbgPostLocationEvent(method, pc - method->insns, thisPtr,