Home
last modified time | relevance | path

Searched defs:u (Results 1 – 13 of 13) sorted by relevance

/art/test/669-checker-break/src/
DMain.java60 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/test/952-invoke-custom/src/
DTestLinkerMethodWithRange.java108 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/
DMain.java104 Unsafe u = (Unsafe) f.get(null); in main() local
/art/tools/jvmti-agents/chain-agents/
Dchainagents.cc129 for (const Unloader& u : unload_functions) { in Agent_OnUnload() local
/art/compiler/optimizing/
Dregister_allocator_graph_color.cc2039 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
Dregister_allocator_linear_scan.cc1145 for (size_t s = slot, u = std::min(slot + number_of_spill_slots_needed, e); s < u; s++) { in AllocateSpillSlotFor() local
Dloop_optimization.cc1236 for (uint32_t u = 0; u < unroll; u++) { in GenerateNewLoop() local
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc338 for (const Unloader& u : unload_functions) { in Agent_OnUnload() local
/art/test/953-invoke-polymorphic-compiler/src/
DMain.java105 int u, int v, int w, int x, in Min2Print26()
/art/test/530-checker-loops2/src/
DMain.java852 short[] u, in dynamicBCEAndConstantIndicesAllPrimTypes()
/art/test/959-invoke-polymorphic-accessors/src/
DMain.java758 int u = (int) h0.invoke(); in testStaticGetter() local
781 int u = (int) h0.invoke(valueHolder); in testMemberGetter() local
/art/test/956-methodhandles/src/
DMain.java1045 Double u = (Double) mh.invoke("1.11"); in testReferenceReturnValueConversions() local
/art/runtime/jni/
Dcheck_jni.cc146 const char* u; // Modified UTF-8. member