/art/test/995-breakpoints-throw/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/996-breakpoint-obsolete/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/997-single-step/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/993-breakpoints/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/994-breakpoint-line/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1970-force-early-return-long/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1971-multi-force-early-return/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1911-get-local-var-table/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1954-pop-frame-jit/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1927-exception-event/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1914-get-local-instance/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1929-exception-catch-exception/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1956-pop-frame-jit-calling/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1935-get-set-current-frame-jit/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1939-proxy-frames/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1968-force-early-return/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1969-force-early-return-void/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/jvmti-common/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1941-dispose-stress/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1925-self-frame-pop/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1953-pop-frame/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Breakpoint.java | 28 public final long location; field in Breakpoint.Manager.BP 34 public BP(Executable method, long location) { in BP() argument 36 this.location = location; in BP() 43 location == ((BP)other).location; in equals() 53 return Objects.hash(method, location); in hashCode() 61 if (l.location > location) { in getLine() 79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints() 83 public void setBreakpoint(Executable method, long location) { in setBreakpoint() argument 84 setBreakpoints(new BP(method, location)); in setBreakpoint() 90 Breakpoint.clearBreakpoint(b.method, b.location); in clearBreakpoints() [all …]
|