Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 99) sorted by relevance

1234

/art/test/411-checker-hdiv-hrem-pow2/src/
DRemTest.java106 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()
DDivTest.java100 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/
DMain.java53 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/
Dheap_verification_test.cc50 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/
DRemTest.java131 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/
DVarHandleTypeConversionTests.java291 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/
Dsafe_map.h94 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()
Darray_ref.h80 explicit ArrayRef(Vector& v) in ArrayRef()
89 explicit ArrayRef(const Vector& v) in ArrayRef()
Dtransform_iterator_test.cc400 [](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/
DMain.java101 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/
DMutator.java22 public static void mutate(int v) { in mutate()
/art/test/587-inline-class-error/src/
DMain.java22 Class<?> v = Class.forName("VerifyError"); in main() local
/art/compiler/utils/x86_64/
Dassembler_x86_64.h860 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/
Dassembler_x86.h795 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/
Dtifast.cc424 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/
DTest1912.java96 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/
DTest991.java51 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/
Ddex_instruction.cc34 #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/
DMain.java48 Vector v = new Vector(); in triggerInstanceFinalizerOOM() local
/art/test/710-varhandle-creation/src/
DMain.java230 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/
DTest1913.java99 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/
Ddexanalyze_bytecode.cc70 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/
Dswap_space_test.cc44 SwapVector<int32_t> v(alloc); in SwapTest() local
/art/test/913-heaps/src/art/
DTest913.java376 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/
Dobject.h680 int32_t v = GetField32<kVerifyFlags, kIsVolatile>(field_offset); in GetFieldPtrWithSize() local
683 int64_t v = GetField64<kVerifyFlags, kIsVolatile>(field_offset); in GetFieldPtrWithSize() local

1234