Home
last modified time | relevance | path

Searched defs:v (Results 26 – 50 of 132) sorted by relevance

123456

/art/libdexfile/dex/
Ddex_instruction.cc34 #define INSTRUCTION_NAME(o, c, pname, f, i, a, e, v) pname, argument
523 #define VAR_ARGS_CHECK(o, c, pname, f, i, a, e, v) \ argument
532 #define VAR_ARGS_RANGE_CHECK(o, c, pname, f, i, a, e, v) \ argument
541 #define EXPERIMENTAL_CHECK(o, c, pname, f, i, a, e, v) \ argument
/art/test/1966-get-set-local-objects-no-table/src/art/
DTest1966.java96 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
102 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet()
/art/test/1912-get-set-local-primitive/src/art/
DTest1912.java104 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
110 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet()
/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/libartbase/base/
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
Dstl_util.h73 void STLDeleteValues(T *v) { in STLDeleteValues()
/art/runtime/mirror/
Dmethod_handle_impl.cc57 void MethodHandle::VisitTarget(ReflectiveValueVisitor* v) { in VisitTarget()
Dfield.cc28 void Field::VisitTarget(ReflectiveValueVisitor* v) { in VisitTarget()
Dobject.h682 int32_t v = GetField32<kVerifyFlags, kIsVolatile>(field_offset); in GetFieldPtrWithSize() local
685 int64_t v = GetField64<kVerifyFlags, kIsVolatile>(field_offset); in GetFieldPtrWithSize() local
/art/compiler/utils/
Dswap_space_test.cc44 SwapVector<int32_t> v(alloc); in SwapTest() local
/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/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()
DTestInvocationKinds.java199 private static Widget makeWidget(int v) { in makeWidget()
/art/test/1913-get-set-local-objects/src/art/
DTest1913.java134 public void SetVar(Thread t, int depth, int slot, Object v); in SetVar()
140 NamedSet(final String type, final SetterFunction get, final Object v) { in NamedSet()
/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/base/
Dmutex.cc438 [](int32_t v) { return (v & kHeldMask) == 0; })) { in ExclusiveLock()
536 [](int32_t v) { return (v & kHeldMask) == 0; })) { in ExclusiveTryLockWithSpinning()
697 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v == 0; })) { in ExclusiveLock()
776 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v == 0; })) { in ExclusiveLockWithTimeout()
820 if (!WaitBrieflyFor(&state_, self, [](int32_t v) { return v >= 0; })) { in HandleSharedLockContention()
/art/runtime/
Dstring_builder_append.cc45 uint64_t v = static_cast<uint64_t>(value); in Int64Length() local
188 uint64_t v = static_cast<uint64_t>(value); in AppendInt64() local
/art/test/990-field-trace/src/art/
DTest990.java47 public FieldWrite(Executable method, Object target, Field f, Object v) { in FieldWrite()
/art/test/jvmti-common/
DMonitors.java50 final int v = calledNotify; in DoWait() local
57 final int v = calledNotify; in DoWait() local
/art/test/1930-monitor-info/src/art/
DMonitors.java50 final int v = calledNotify; in DoWait() local
57 final int v = calledNotify; in DoWait() local
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java50 final int v = calledNotify; in DoWait() local
57 final int v = calledNotify; in DoWait() local
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java50 final int v = calledNotify; in DoWait() local
57 final int v = calledNotify; in DoWait() local
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java50 final int v = calledNotify; in DoWait() local
57 final int v = calledNotify; in DoWait() local
/art/test/1931-monitor-events/src/art/
DMonitors.java50 final int v = calledNotify; in DoWait() local
57 final int v = calledNotify; in DoWait() local

123456