Searched refs:getThisObject (Results 1 – 4 of 4) sorted by relevance
50 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId); in buildInvokeCommand()
48 long receiverId = debuggeeWrapper.vmMirror.getThisObject(threadId, topFrameId); in buildInvokeCommand()
269 long thisObjectID = debuggeeWrapper.vmMirror.getThisObject(threadID, in checkThisObject()
2135 public final long getThisObject(long threadID, long frameID) { in getThisObject() method in VmMirror