/art/test/669-checker-break/src/ |
D | Main.java | 71 int u = a.length - 1; in breakLoop() local 110 int u = a.length - 1; in breakLoopDown() local 172 int u = Integer.MAX_VALUE - 1; in breakLoopSafeConst() local 204 int u = Integer.MAX_VALUE; in breakLoopUnsafeConst() local 238 int u = a.length - 1; in breakLoopNastyPhi() local 305 int u = a.length - 1; in breakLoopReduction() local
|
/art/test/952-invoke-custom/src/ |
D | TestLinkerMethodWithRange.java | 108 public static void test(int u, int v, int w, int x, int y, int z) throws Throwable { in test() 157 public static void test(Double u, Double v, Double w, Double x, Double y, Double z) in test()
|
/art/test/1980-obsolete-object-cleared/src/ |
D | Main.java | 104 Unsafe u = (Unsafe) f.get(null); in main() local
|
/art/tools/jvmti-agents/chain-agents/ |
D | chainagents.cc | 129 for (const Unloader& u : unload_functions) { in Agent_OnUnload() local
|
/art/compiler/optimizing/ |
D | register_allocator_graph_color.cc | 2039 for (size_t s = slot, u = slot + number_of_spill_slots_needed; s < u; s++) { in ColorSpillSlots() local 2059 for (size_t s = slot, u = slot + number_of_spill_slots_needed; s < u; s++) { in ColorSpillSlots() local 2068 for (size_t s = slot, u = slot + number_of_spill_slots_needed; s < u; s++) { in ColorSpillSlots() local
|
D | register_allocator_linear_scan.cc | 1145 for (size_t s = slot, u = std::min(slot + number_of_spill_slots_needed, e); s < u; s++) { in AllocateSpillSlotFor() local
|
D | loop_optimization.cc | 1268 for (uint32_t u = 0; u < unroll; u++) { in GenerateNewLoop() local
|
/art/tools/jvmti-agents/wrapagentproperties/ |
D | wrapagentproperties.cc | 338 for (const Unloader& u : unload_functions) { in Agent_OnUnload() local
|
/art/test/953-invoke-polymorphic-compiler/src/ |
D | Main.java | 105 int u, int v, int w, int x, in Min2Print26()
|
/art/test/530-checker-loops2/src/ |
D | Main.java | 852 short[] u, in dynamicBCEAndConstantIndicesAllPrimTypes()
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 758 int u = (int) h0.invoke(); in testStaticGetter() local 781 int u = (int) h0.invoke(valueHolder); in testMemberGetter() local
|
/art/test/956-methodhandles/src/ |
D | Main.java | 1045 Double u = (Double) mh.invoke("1.11"); in testReferenceReturnValueConversions() local
|
/art/runtime/jni/ |
D | check_jni.cc | 161 const char* u; // Modified UTF-8. member
|