/art/test/411-checker-hdiv-hrem-pow2/src/ |
D | RemTest.java | 106 private static Integer $noinline$IntMod2(int v) { in $noinline$IntMod2() 126 private static Integer $noinline$IntModMinus2(int v) { in $noinline$IntModMinus2() 147 private static Integer $noinline$IntMod16(int v) { in $noinline$IntMod16() 168 private static Integer $noinline$IntModMinus16(int v) { in $noinline$IntModMinus16() 189 private static Integer $noinline$IntModIntMin(int v) { in $noinline$IntModIntMin() 281 private static Long $noinline$LongMod2(long v) { in $noinline$LongMod2() 302 private static Long $noinline$LongModMinus2(long v) { in $noinline$LongModMinus2() 325 private static Long $noinline$LongMod16(long v) { in $noinline$LongMod16() 347 private static Long $noinline$LongModMinus16(long v) { in $noinline$LongModMinus16() 369 private static Long $noinline$LongModLongMin(long v) { in $noinline$LongModLongMin()
|
D | DivTest.java | 100 private static Integer $noinline$IntDivBy2(int v) { in $noinline$IntDivBy2() 111 private static Integer $noinline$IntDivByMinus2(int v) { in $noinline$IntDivByMinus2() 121 private static Integer $noinline$IntDivBy16(int v) { in $noinline$IntDivBy16() 131 private static Integer $noinline$IntDivByMinus16(int v) { in $noinline$IntDivByMinus16() 142 private static Integer $noinline$IntDivByIntMin(int v) { in $noinline$IntDivByIntMin() 217 private static Long $noinline$LongDivBy2(long v) { in $noinline$LongDivBy2() 228 private static Long $noinline$LongDivByMinus2(long v) { in $noinline$LongDivByMinus2() 238 private static Long $noinline$LongDivBy16(long v) { in $noinline$LongDivBy16() 248 private static Long $noinline$LongDivByMinus16(long v) { in $noinline$LongDivByMinus16() 259 private static Long $noinline$LongDivByLongMin(long v) { in $noinline$LongDivByLongMin()
|
/art/test/551-checker-shifter-operand/src/ |
D | Main.java | 53 static char $noinline$byteToChar (byte v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$byteToChar() 54 static short $noinline$byteToShort (byte v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$byteToShort() 55 static int $noinline$byteToInt (byte v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$byteToInt() 56 static long $noinline$byteToLong (byte v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$byteToLong() 57 static byte $noinline$charToByte (char v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$charToByte() 58 static short $noinline$charToShort (char v) { if (doThrow) throw new Error(); return (short)v; } in $noinline$charToShort() 59 static int $noinline$charToInt (char v) { if (doThrow) throw new Error(); return (int)v; } in $noinline$charToInt() 60 static long $noinline$charToLong (char v) { if (doThrow) throw new Error(); return (long)v; } in $noinline$charToLong() 61 static byte $noinline$shortToByte (short v) { if (doThrow) throw new Error(); return (byte)v; } in $noinline$shortToByte() 62 static char $noinline$shortToChar (short v) { if (doThrow) throw new Error(); return (char)v; } in $noinline$shortToChar() [all …]
|
/art/runtime/gc/ |
D | heap_verification_test.cc | 50 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() local 78 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() local 97 const Verification* const v = Runtime::Current()->GetHeap()->GetVerification(); in TEST_F() local 108 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() local 130 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() local 157 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() local 176 const Verification* const v = runtime->GetHeap()->GetVerification(); in TEST_F() local
|
/art/test/411-optimizing-arith/src/ |
D | RemTest.java | 131 int[] v = {25, 1}; in $noinline$RemLoaded1() local 136 int [] v = {25, -1}; in $noinline$RemLoadedN1() local 141 long[] v = {25, 1}; in $noinline$RemLoaded1() local 146 long [] v = {25, -1}; in $noinline$RemLoadedN1() local
|
/art/test/712-varhandle-invocations/src/ |
D | VarHandleTypeConversionTests.java | 291 private static boolean v; field in VarHandleTypeConversionTests.WideningBooleanArgumentTest 349 private static byte v; field in VarHandleTypeConversionTests.WideningByteArgumentTest 407 private static char v; field in VarHandleTypeConversionTests.WideningCharacterArgumentTest 465 private static short v; field in VarHandleTypeConversionTests.WideningShortArgumentTest 519 private static int v; field in VarHandleTypeConversionTests.WideningIntegerArgumentTest 567 private static long v; field in VarHandleTypeConversionTests.WideningLongArgumentTest 609 private static float v; field in VarHandleTypeConversionTests.WideningFloatArgumentTest 647 private static double v; field in VarHandleTypeConversionTests.WideningDoubleArgumentTest 681 private static boolean v; field in VarHandleTypeConversionTests.WideningBooleanReturnValueTest 741 private static byte v; field in VarHandleTypeConversionTests.WideningByteReturnValueTest [all …]
|
/art/libartbase/base/ |
D | safe_map.h | 94 iterator Put(const K& k, const V& v) { in Put() 99 iterator Put(const K& k, V&& v) { in Put() 106 iterator PutBefore(const_iterator pos, const K& k, const V& v) { in PutBefore() 112 iterator PutBefore(const_iterator pos, const K& k, V&& v) { in PutBefore() 122 iterator Overwrite(const K& k, const V& v) { in Overwrite() 143 iterator FindOrAdd(const K& k, const V& v) { in FindOrAdd()
|
D | array_ref.h | 80 explicit ArrayRef(Vector& v) in ArrayRef() 89 explicit ArrayRef(const Vector& v) in ArrayRef()
|
D | transform_iterator_test.cc | 400 [](int v) { return -2 * v; }); in TEST() 516 [](int v) { return -v; }); in TEST() 524 for (int& v : MakeTransformRange(data, ref)) { in TEST() local
|
/art/test/959-invoke-polymorphic-accessors/src/ |
D | Main.java | 101 static void setByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) in setByte() 122 static void getByte(MethodHandle m, ValueHolder v, byte value, boolean expectFailure) in getByte() 144 static void setChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in setChar() 165 static void getChar(MethodHandle m, ValueHolder v, char value, boolean expectFailure) in getChar() 187 static void setShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in setShort() 208 static void getShort(MethodHandle m, ValueHolder v, short value, boolean expectFailure) in getShort() 225 static void setInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure) in setInt() 246 static void getInt(MethodHandle m, ValueHolder v, int value, boolean expectFailure) in getInt() 263 static void setLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure) in setLong() 284 static void getLong(MethodHandle m, ValueHolder v, long value, boolean expectFailure) in getLong() [all …]
|
/art/test/068-classloader/src-ex/ |
D | Mutator.java | 22 public static void mutate(int v) { in mutate()
|
/art/test/587-inline-class-error/src/ |
D | Main.java | 22 Class<?> v = Class.forName("VerifyError"); in main() local
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.h | 860 size_t AddDouble(double v) { return constant_area_.AddDouble(v); } in AddDouble() 864 size_t AddFloat(float v) { return constant_area_.AddFloat(v); } in AddFloat() 868 size_t AddInt32(int32_t v) { in AddInt32() 874 size_t AppendInt32(int32_t v) { in AppendInt32() 880 size_t AddInt64(int64_t v) { return constant_area_.AddInt64(v); } in AddInt64()
|
/art/compiler/utils/x86/ |
D | assembler_x86.h | 795 size_t AddDouble(double v) { return constant_area_.AddDouble(v); } in AddDouble() 799 size_t AddFloat(float v) { return constant_area_.AddFloat(v); } in AddFloat() 803 size_t AddInt32(int32_t v) { in AddInt32() 809 size_t AppendInt32(int32_t v) { in AppendInt32() 815 size_t AddInt64(int64_t v) { return constant_area_.AddInt64(v); } in AddInt64()
|
/art/tools/jvmti-agents/ti-fast/ |
D | tifast.cc | 424 const jvmtiAddrLocationMap* v, in PrintRest() 436 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, jint* v, Args... args) { in PrintRest() 442 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, const void* v, Args... args) { in PrintRest() 448 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, unsigned char** v, Args... args) { in PrintRest() 454 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, const unsigned char* v, Args... args) { in PrintRest() 460 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, const char* v, Args... args) { in PrintRest() 466 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, jvalue v, Args... args) { in PrintRest() 489 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, void** v, Args... args) { in PrintRest() 495 void LogPrinter::PrintRest(jvmtiEnv* jvmti, JNIEnv* jni, void* v, Args... args) { in PrintRest()
|
/art/test/1912-get-set-local-primitive/src/art/ |
D | Test1912.java | 96 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar() 104 final String type, final SetterFunction get, final Object v) { in NamedSet()
|
/art/test/991-field-trace-2/src/art/ |
D | Test991.java | 51 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) {} in handleFieldModify() 67 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify() 73 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify() 88 public void handleFieldModify(Executable m, long l, Class<?> fk, Object t, Field f, Object v) { in handleFieldModify()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 34 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument 522 #define VAR_ARGS_CHECK(o, c, pname, f, i, a, e, v) \ argument 531 #define VAR_ARGS_RANGE_CHECK(o, c, pname, f, i, a, e, v) \ argument 540 #define EXPERIMENTAL_CHECK(o, c, pname, f, i, a, e, v) \ argument
|
/art/test/080-oom-throw-with-finalizer/src/ |
D | Main.java | 48 Vector v = new Vector(); in triggerInstanceFinalizerOOM() local
|
/art/test/710-varhandle-creation/src/ |
D | Main.java | 230 private static void checkNull(VarHandle v) { in checkNull() 236 private static void checkNotNull(VarHandle v) { in checkNotNull() 242 private static void checkVarType(VarHandle v, Class<?> expectedVarType) { in checkVarType() 248 private static void checkCoordinateTypes(VarHandle v, String expectedCoordinateTypes) { in checkCoordinateTypes() 255 private static void checkVarHandleAccessMode(VarHandle v, VarHandle.AccessMode accessMode, in checkVarHandleAccessMode()
|
/art/test/1913-get-set-local-objects/src/art/ |
D | Test1913.java | 99 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar() 107 final String type, final SetterFunction get, final Object v) { in NamedSet()
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 70 void PrintMostUsed(std::ostream& os, in PrintMostUsed() 74 [](std::ostream& os, T v) { in PrintMostUsed() 568 for (int v : args) { in InstNibbles() local 572 for (int v : args) { in InstNibbles() local
|
/art/compiler/utils/ |
D | swap_space_test.cc | 44 SwapVector<int32_t> v(alloc); in SwapTest() local
|
/art/test/913-heaps/src/art/ |
D | Test913.java | 376 Verifier v = new Verifier(); in doFollowReferencesTestNonRoot() local 389 Verifier v = new Verifier(); in doFollowReferencesTestRoot() local 398 Object asRoot, Verifier v, String additionalEnabled) { in doFollowReferencesTestImpl() 405 private static void tagClasses(Verifier v) { in tagClasses() 426 private static A createTree(Verifier v) { in createTree()
|
/art/runtime/mirror/ |
D | object.h | 680 int32_t v = GetField32<kVerifyFlags, kIsVolatile>(field_offset); in GetFieldPtrWithSize() local 683 int64_t v = GetField64<kVerifyFlags, kIsVolatile>(field_offset); in GetFieldPtrWithSize() local
|