Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 201) sorted by relevance

123456789

/art/test/1913-get-set-local-objects/src/art/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/1928-exception-event-exception/src/art/
DBreakpoint.java28 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/
DBreakpoint.java28 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/1916-get-set-current-frame/src/art/
DBreakpoint.java28 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/1959-redefine-object-instrument/src/art/
DBreakpoint.java28 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/995-breakpoints-throw/src/art/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/1917-get-stack-frame/src/art/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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/1915-get-set-local-current-thread/src/art/
DBreakpoint.java28 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/
DBreakpoint.java28 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/
DBreakpoint.java28 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 …]

123456789