Home
last modified time | relevance | path

Searched refs:dvmDbgGetThisObject (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/
DDebugger.h253 bool dvmDbgGetThisObject(ObjectId threadId, FrameId frameId, ObjectId* pThisId);
DDebugger.cpp2236 bool dvmDbgGetThisObject(ObjectId threadId, FrameId frameId, ObjectId* pThisId) in dvmDbgGetThisObject() function
/dalvik/vm/jdwp/
DJdwpHandler.cpp1637 if (!dvmDbgGetThisObject(threadId, frameId, &objectId)) in handleSF_ThisObject()