/art/test/1939-proxy-frames/ |
D | local_instance.cc | 41 jlong loc = -1; in Java_art_Test1939_GetFrameMethod() local 42 if (JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameLocation(thr, depth, &m, &loc))) { in Java_art_Test1939_GetFrameMethod() 59 jlong loc = -1; in Java_art_Test1939_GetFrameLocation() local 60 JvmtiErrorToException(env, jvmti_env, jvmti_env->GetFrameLocation(thr, depth, &m, &loc)); in Java_art_Test1939_GetFrameLocation() 61 return loc; in Java_art_Test1939_GetFrameLocation()
|
/art/compiler/optimizing/ |
D | parallel_move_resolver.cc | 243 bool ParallelMoveResolverWithSwap::IsScratchLocation(Location loc) { in IsScratchLocation() argument 245 if (move->Blocks(loc)) { in IsScratchLocation() 251 if (move->GetDestination().Equals(loc)) { in IsScratchLocation() 365 for (Location loc : scratches_) { in GetScratchLocation() local 366 if (loc.GetKind() == kind && !IsBlockedByMoves(loc)) { in GetScratchLocation() 367 return loc; in GetScratchLocation() 371 Location loc = move->GetDestination(); in GetScratchLocation() local 372 if (loc.GetKind() == kind && !IsBlockedByMoves(loc)) { in GetScratchLocation() 373 return loc; in GetScratchLocation() 379 void ParallelMoveResolverNoSwap::AddScratchLocation(Location loc) { in AddScratchLocation() argument [all …]
|
D | parallel_move_resolver.h | 83 bool IsScratchLocation(Location loc); 155 virtual void FreeScratchLocation(Location loc) = 0; 166 void AddScratchLocation(Location loc); 169 void RemoveScratchLocation(Location loc); 186 MoveOperands* GetUnblockedPendingMove(Location loc); 189 bool IsBlockedByMoves(Location loc);
|
D | locations.h | 255 Location loc(kStackSlot, payload); in StackSlot() 257 DCHECK_EQ(loc.GetStackIndex(), stack_index); in StackSlot() 258 return loc; in StackSlot() 267 Location loc(kDoubleStackSlot, payload); in DoubleStackSlot() 269 DCHECK_EQ(loc.GetStackIndex(), stack_index); in DoubleStackSlot() 270 return loc; in DoubleStackSlot() 279 Location loc(kSIMDStackSlot, payload); in SIMDStackSlot() 281 DCHECK_EQ(loc.GetStackIndex(), stack_index); in SIMDStackSlot() 282 return loc; in SIMDStackSlot() 458 void Add(Location loc) { in Add() argument [all …]
|
/art/test/995-breakpoints-throw/src/art/ |
D | Test995.java | 30 public void breakpointReached(Executable e, long loc); in breakpointReached() argument 54 public static void notifyBreakpointReached(Thread thr, Executable e, long loc) { in notifyBreakpointReached() argument 55 System.out.println("\tBreakpoint: " + e + " @ line=" + Breakpoint.locationToLine(e, loc)); in notifyBreakpointReached() 56 HANDLER.breakpointReached(e, loc); in notifyBreakpointReached() 65 public void breakpointReached(Executable e, long loc) { in makeHandler() argument 66 h.breakpointReached(e, loc); in makeHandler()
|
/art/test/092-locale/src/ |
D | Main.java | 146 Locale loc; in testIso3() local 147 loc = new Locale("en", "US"); in testIso3() 148 System.out.println("loc: " + loc); in testIso3() 149 System.out.println(" iso3=" + loc.getISO3Language()); in testIso3() 151 loc = new Locale("eng", "USA"); in testIso3() 152 System.out.println("loc: " + loc); in testIso3() 154 System.out.println(" iso3=" + loc.getISO3Language()); in testIso3()
|
/art/tools/checker/common/ |
D | logger.py | 64 loc = "" 66 loc += file + ":" 68 loc += str(line) + ":" 69 if loc: 70 loc += " " 71 Logger.log(loc, Logger.Level.ERROR, color=Logger.Color.GRAY, new_line=False,
|
/art/tools/ |
D | pylibdexfile.py | 160 def __init__(self, dat, loc): argument 168 create_string_buffer(bytes(loc, "utf-8")), res_fle_ptr) 170 raise Exception("Failed to open file: {}. Error {}.".format(loc, res)) 176 def __init__(self, file, loc): argument 179 self.loc = file 182 self.loc = "file_obj" 183 super().__init__(self.file.read(), self.loc)
|
/art/test/1929-exception-catch-exception/src/art/ |
D | Test1929.java | 47 Executable m, long loc, Throwable exception); in exceptionOccurred() argument 90 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument 97 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument 101 Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred() 111 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument 114 Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred() 119 public void exceptionOccurred(Executable m, long loc, Throwable exception) { in exceptionOccurred() argument 125 m + " @ line = " + Breakpoint.locationToLine(m, loc), exception); in exceptionOccurred()
|
/art/test/1915-get-set-local-current-thread/src/art/ |
D | Test1915.java | 73 long loc = frame.current_location; in FindSlot() local 75 if (var.start_location <= loc && in FindSlot() 76 var.length + var.start_location > loc && in FindSlot() 82 "Unable to find variable " + TARGET_VAR + " in " + frame.method + " at loc " + loc); in FindSlot()
|
/art/test/092-locale/ |
D | expected-stdout.txt | 9 loc: en_US 11 loc: eng_USA
|
/art/test/1939-proxy-frames/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1911-get-local-var-table/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1923-frame-pop/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1965-get-set-local-primitive-no-tables/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1916-get-set-current-frame/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1935-get-set-current-frame-jit/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1967-get-set-local-bad-slot/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/jvmti-common/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1966-get-set-local-objects-no-table/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1926-missed-frame-pop/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|
/art/test/1925-self-frame-pop/src/art/ |
D | Locals.java | 83 Executable e, String name, String sig, long loc) { in GetVariableAtLocation() argument 86 if (var.start_location <= loc && in GetVariableAtLocation() 87 var.length + var.start_location > loc && in GetVariableAtLocation() 94 "Unable to find variable " + name + " (sig: " + sig + ") in " + e + " at loc " + loc); in GetVariableAtLocation()
|