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