Home
last modified time | relevance | path

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

12345678910

/art/test/1954-pop-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/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/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/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/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/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/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/1926-missed-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/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/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/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/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/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/1969-force-early-return-void/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/996-breakpoint-obsolete/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/1964-add-to-dex-classloader-file/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/1947-breakpoint-redefine-deopt/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/jvmti-common/
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/1955-pop-frame-jit-called/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/1923-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 …]
/art/test/1965-get-set-local-primitive-no-tables/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 …]

12345678910