Searched refs:dvmDbgGetThisObject (Results 1 – 3 of 3) sorted by relevance
250 bool dvmDbgGetThisObject(ObjectId threadId, FrameId frameId, ObjectId* pThisId);
2283 bool dvmDbgGetThisObject(ObjectId threadId, FrameId frameId, ObjectId* pThisId) in dvmDbgGetThisObject() function
1800 if (!dvmDbgGetThisObject(threadId, frameId, &objectId)) in handleSF_ThisObject()