Home
last modified time | relevance | path

Searched refs:pThisId (Results 1 – 2 of 2) 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() argument
2245 *pThisId = objectToObjectId(thisObj); in dvmDbgGetThisObject()