Searched refs:location (Results 1 - 25 of 167) sorted by relevance

1234567

/art/tools/dexfuzz/src/dexfuzz/program/
H A DMInsn.java22 * Base class that is a thin wrapper for Instructions currently, also tracking location
33 * The location of this instruction, as an offset in code words from the beginning.
36 public int location; field in class:MInsn
39 * Denotes if the currently associated location can be trusted.
50 newInsn.location = location;
60 location,
/art/test/1911-get-local-var-table/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1912-get-set-local-primitive/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1913-get-set-local-objects/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1914-get-local-instance/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1915-get-set-local-current-thread/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1916-get-set-current-frame/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1917-get-stack-frame/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1923-frame-pop/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1924-frame-pop-toggle/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1925-self-frame-pop/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1926-missed-frame-pop/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1927-exception-event/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1928-exception-event-exception/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1929-exception-catch-exception/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1935-get-set-current-frame-jit/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1939-proxy-frames/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1941-dispose-stress/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/1947-breakpoint-redefine-deopt/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/993-breakpoints/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/994-breakpoint-line/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/995-breakpoints-throw/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/996-breakpoint-obsolete/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/test/997-single-step/src/art/
H A DBreakpoint.java28 public final long location; field in class:Breakpoint.Manager.BP
34 public BP(Executable method, long location) { argument
36 this.location = location;
43 location == ((BP)other).location;
53 return Objects.hash(method, location);
61 if (l.location > location) {
79 Breakpoint.setBreakpoint(b.method, b.location);
83 setBreakpoint(Executable method, long location) argument
94 clearBreakpoint(Executable method, long location) argument
121 public final long location; field in class:Breakpoint.LineNumber
171 locationToLine(Executable m, long location) argument
[all...]
/art/compiler/optimizing/
H A Dcommon_arm.h49 inline vixl::aarch32::Register HighRegisterFrom(Location location) { argument
50 DCHECK(location.IsRegisterPair()) << location;
51 return vixl::aarch32::Register(location.AsRegisterPairHigh<vixl::aarch32::Register>());
54 inline vixl::aarch32::DRegister HighDRegisterFrom(Location location) { argument
55 DCHECK(location.IsFpuRegisterPair()) << location;
56 return vixl::aarch32::DRegister(location.AsFpuRegisterPairHigh<vixl::aarch32::DRegister>());
59 inline vixl::aarch32::Register LowRegisterFrom(Location location) { argument
60 DCHECK(location
64 LowSRegisterFrom(Location location) argument
69 HighSRegisterFrom(Location location) argument
74 RegisterFrom(Location location) argument
79 RegisterFrom(Location location, DataType::Type type) argument
84 DRegisterFrom(Location location) argument
91 SRegisterFrom(Location location) argument
178 Int32ConstantFrom(Location location) argument
182 Int64ConstantFrom(Location location) argument
199 OperandFrom(Location location, DataType::Type type) argument
[all...]

Completed in 4291 milliseconds

1234567