Searched defs:u (Results 1 – 11 of 11) sorted by relevance
/art/test/669-checker-break/src/ |
D | Main.java | 60 int u = a.length - 1; in breakLoop() local 99 int u = a.length - 1; in breakLoopDown() local 150 int u = Integer.MAX_VALUE - 1; in breakLoopSafeConst() local 182 int u = Integer.MAX_VALUE; in breakLoopUnsafeConst() local 216 int u = a.length - 1; in breakLoopNastyPhi() local 271 int u = a.length - 1; in breakLoopReduction() 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 | 1236 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 | 994 Double u = (Double) mh.invoke("1.11"); in testReferenceReturnValueConversions() local
|
/art/runtime/jni/ |
D | check_jni.cc | 146 const char* u; // Modified UTF-8. member
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 2667 } u; in TEST_F() local
|