/art/test/919-obsolete-fields/src/art/ |
D | Test919.java | 153 TestWatcher w = new TestWatcher(); in run() local 157 public static void doTest(Transform t, TestWatcher w) { in doTest()
|
/art/test/133-static-invoke-super/src/ |
D | Main.java | 4 protected static int getVar(int w) { in getVar() 9 final int getVarDirect(int w) { in getVarDirect()
|
/art/test/716-jli-jit-samples/src-art/ |
D | Main.java | 85 Widget w = (Widget) mh.invoke(3); in testMethodHandleCounters() local 113 Widget w = new Widget(0); in testVarHandleCounters() local
|
/art/test/1961-obsolete-jit-multithread/src/ |
D | Main.java | 178 private TestWatcher w; field in Main.TestThread 182 TestWatcher w, in TestThread()
|
/art/test/1960-obsolete-jit-multithread-native/src/ |
D | Main.java | 180 private TestWatcher w; field in Main.TestThread 184 TestWatcher w, in TestThread()
|
/art/runtime/gc/accounting/ |
D | space_bitmap-inl.h | 123 uintptr_t w = bitmap_begin_[i].load(std::memory_order_relaxed); in VisitMarkedRange() local 172 uintptr_t w = bitmap_begin[i].load(std::memory_order_relaxed); in Walk() local
|
D | bitmap-inl.h | 97 uintptr_t w = bitmap_begin_[i]; in VisitSetBits() 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/916-obsolete-jit/src/ |
D | Main.java | 125 public static void doTest(Transform t, TestWatcher w) { in doTest()
|
/art/test/988-method-trace/src/art/ |
D | Test988.java | 93 StringWriter w = new StringWriter(); in genericToString() local
|
/art/test/990-field-trace/src/art/ |
D | Test990.java | 89 StringWriter w = new StringWriter(); in genericToString() local
|
/art/test/924-threads/src/art/ |
D | Test924.java | 114 final NativeWaiter w = new NativeWaiter(); in doStateTests() local 484 private static native void nativeLoop(long w); in nativeLoop()
|
/art/test/530-checker-loops1/src/ |
D | Main.java | 166 int w = x.length - 1; in wrapAroundThenLinear() local 183 int w = x.length - 1; in wrapAroundThenLinearThreeWayPhi() local
|
/art/test/530-checker-loops2/src/ |
D | Main.java | 655 int w = 9; in wrapAroundDynamicBCE() local 854 long[] w, in dynamicBCEAndConstantIndicesAllPrimTypes()
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleTypeConversionTests.java | 1090 private Widget w = INITIAL_VALUE; field in VarHandleTypeConversionTests.SubtypeTest 1229 private Widget w = null; field in VarHandleTypeConversionTests.SupertypeTest
|
/art/test/953-invoke-polymorphic-compiler/src/ |
D | Main.java | 105 int u, int v, int w, int x, in Min2Print26()
|
/art/test/411-checker-hdiv-hrem-const/src/ |
D | DivTest.java | 820 private static void $noinline$UnsignedLongDiv05(java.lang.StringBuilder sb, long w, long d) { in $noinline$UnsignedLongDiv05()
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 760 long w = (long) h0.invoke(); in testStaticGetter() local 783 long w = (long) h0.invoke(valueHolder); in testMemberGetter() local
|
/art/test/623-checker-loop-regressions/src/ |
D | Main.java | 103 int w = 10; in transferNarrowWrap() local
|
/art/test/530-checker-lse/src/ |
D | Main.java | 3899 long[] w = new long[cnt]; in testOverlapLoop() local
|
/art/runtime/jni/ |
D | check_jni.cc | 163 jobjectRefType w; member
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 5265 void X86_64Assembler::EmitOptionalRex(bool force, bool w, bool r, bool x, bool b) { in EmitOptionalRex()
|
/art/test/083-compiler-regressions/src/ |
D | Main.java | 845 int w = 1; in constantPropagationTest() local
|