Home
last modified time | relevance | path

Searched refs:lineToLocation (Results 1 – 25 of 61) sorted by relevance

123

/art/test/996-breakpoint-obsolete/src/art/
DTest996.java119 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/
DTest1970.java677 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/
DTest1968.java699 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/
DTest1969.java728 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/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1923-frame-pop/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
DBreakpoint.java188 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/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1912-get-set-local-primitive/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1924-frame-pop-toggle/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1914-get-local-instance/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1967-get-set-local-bad-slot/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1939-proxy-frames/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1925-self-frame-pop/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1913-get-set-local-objects/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/jvmti-common/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1911-get-local-var-table/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1916-get-set-current-frame/src/art/
DLocals.java79 return GetVariableAtLocation(e, name, sig, Breakpoint.lineToLocation(e, line)); in GetVariableAtLine()
/art/test/1955-pop-frame-jit-called/src/art/
DBreakpoint.java188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation() method in Breakpoint
/art/test/997-single-step/src/art/
DBreakpoint.java188 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/
DBreakpoint.java188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation() method in Breakpoint
/art/test/994-breakpoint-line/src/art/
DBreakpoint.java188 public static long lineToLocation(Executable m, int line) throws Exception { in lineToLocation() method in Breakpoint

123