/art/test/996-breakpoint-obsolete/src/art/ |
D | Test996.java | 119 Breakpoint.lineToLocation(non_obsolete_run_method, TRANSFORM_BREAKPOINT_REDEFINED_LINE); in run() 123 Breakpoint.lineToLocation(non_obsolete_run_method, TRANSFORM_BREAKPOINT_INITIAL_LINE); in run() 143 Breakpoint.lineToLocation(non_obsolete_run_method, in run()
|
/art/test/1970-force-early-return-long/src/art/ |
D | Test1970.java | 677 final long loc = Breakpoint.lineToLocation(calledFunction, line); 702 final long syncLoc = Breakpoint.lineToLocation(syncCalledFunction, syncLine); 854 … final long staticFunctionLoc = Breakpoint.lineToLocation(staticCalledMethod, staticFunctionLine); 863 final long voidLoc = Breakpoint.lineToLocation(voidFunction, voidLine); 872 final long intLoc = Breakpoint.lineToLocation(intFunction, intLine); 881 final long objLoc = Breakpoint.lineToLocation(objFunction, objLine);
|
/art/test/1968-force-early-return/src/art/ |
D | Test1968.java | 699 final long loc = Breakpoint.lineToLocation(calledFunction, line); 724 final long syncLoc = Breakpoint.lineToLocation(syncCalledFunction, syncLine); 879 … final long staticFunctionLoc = Breakpoint.lineToLocation(staticCalledMethod, staticFunctionLine); 888 final long voidLoc = Breakpoint.lineToLocation(voidFunction, voidLine); 897 final long intLoc = Breakpoint.lineToLocation(intFunction, intLine);
|
/art/test/1969-force-early-return-void/src/art/ |
D | Test1969.java | 728 final long loc = Breakpoint.lineToLocation(calledFunction, line); 756 final long syncLoc = Breakpoint.lineToLocation(syncCalledFunction, syncLine); 913 … final long staticFunctionLoc = Breakpoint.lineToLocation(staticCalledMethod, staticFunctionLine); 922 final long initFunctionLoc = Breakpoint.lineToLocation(initCalledMethod, initFunctionLine);
|
/art/test/1926-missed-frame-pop/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1923-frame-pop/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
D | Breakpoint.java | 188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation() method in Breakpoint
|
/art/test/1915-get-set-local-current-thread/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1914-get-local-instance/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1939-proxy-frames/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1925-self-frame-pop/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/jvmti-common/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1911-get-local-var-table/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1935-get-set-current-frame-jit/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1916-get-set-current-frame/src/art/ |
D | Locals.java | 79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
|
/art/test/1955-pop-frame-jit-called/src/art/ |
D | Breakpoint.java | 188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation() method in Breakpoint
|
/art/test/997-single-step/src/art/ |
D | Breakpoint.java | 188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation() method in Breakpoint
|
/art/test/1964-add-to-dex-classloader-file/src/art/ |
D | Breakpoint.java | 188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation() method in Breakpoint
|
/art/test/994-breakpoint-line/src/art/ |
D | Breakpoint.java | 188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation() method in Breakpoint
|