Home
last modified time | relevance | path

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

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