Searched defs:JdwpLocation (Results 1 – 1 of 1) sorted by relevance
80 struct JdwpLocation { struct81 u1 typeTag; /* class or interface? */82 RefTypeId classId; /* method->clazz */83 MethodId methodId; /* method in which "idx" resides */84 u8 idx; /* relative index into code block */