Searched refs:targetLoc (Results 1 – 3 of 3) sorted by relevance
272 int[] targetLoc = new int[2]; in closeControls() local274 eventSource.getLocationOnScreen(targetLoc); in closeControls()277 final int x = targetLoc[0] - parentLoc[0] + centerX; in closeControls()278 final int y = targetLoc[1] - parentLoc[1] + centerY; in closeControls()
127 final long targetLoc = 0; in run() local131 SuspendEvents.setupSuspendBreakpointFor(targetMethod, targetLoc, thr); in run()
113 int targetLoc = mInsn.location + (int) containsTarget.getTarget(mInsn.insn); in codeItemToMutatableCode() local114 ((MInsnWithData)mInsn).dataTarget = insnLocationMap.get(targetLoc); in codeItemToMutatableCode()120 int targetLoc = mInsn.location + (int) containsTarget.getTarget(mInsn.insn); in codeItemToMutatableCode() local121 ((MBranchInsn)mInsn).target = insnLocationMap.get(targetLoc); in codeItemToMutatableCode()