Home
last modified time | relevance | path

Searched refs:a (Results 926 – 950 of 1121) sorted by relevance

1...<<31323334353637383940>>...45

/art/test/975-iface-private/smali/
DIface.smali7 # * You may obtain a copy of the License at
/art/tools/jvmti-agents/simple-force-redefine/
DAndroid.bp6 // You may obtain a copy of the License at
/art/disassembler/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/954-invoke-polymorphic-verifier/smali/
DVarHandleUnknownAccessor.smali6 # You may obtain a copy of the License at
/art/test/690-hiddenapi-same-name-methods/smali-ex/
DNonSyntheticMethods.smali6 # You may obtain a copy of the License at
DSyntheticMethods.smali6 # You may obtain a copy of the License at
DVirtualMethods.smali6 # You may obtain a copy of the License at
/art/dt_fd_forward/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/973-default-multidex/smali/
Dconcreteclass.smali6 # You may obtain a copy of the License at
/art/test/570-checker-osr/smali/
DOsr.smali5 # You may obtain a copy of the License at
/art/tools/jvmti-agents/jit-load/
DAndroid.bp6 // You may obtain a copy of the License at
/art/test/522-checker-regression-monitor-exit/smali/
DTest.smali6 # You may obtain a copy of the License at
/art/compiler/optimizing/
Dcode_generator_vector_arm64_sve.cc1110 HVecOperation* a = instruction->InputAt(1)->AsVecOperation(); in VisitVecSADAccumulate() local
1112 DCHECK_EQ(HVecOperation::ToSignedType(a->GetPackedType()), in VisitVecSADAccumulate()
1114 switch (a->GetPackedType()) { in VisitVecSADAccumulate()
1139 if (instruction->GetPackedType() == a->GetPackedType()) { in VisitVecSADAccumulate()
1157 HVecOperation* a = instruction->InputAt(1)->AsVecOperation(); in VisitVecSADAccumulate() local
1159 DCHECK_EQ(HVecOperation::ToSignedType(a->GetPackedType()), in VisitVecSADAccumulate()
1161 switch (a->GetPackedType()) { in VisitVecSADAccumulate()
1164 DCHECK_EQ(16u, a->GetVectorLength()); in VisitVecSADAccumulate()
1220 DCHECK_EQ(8u, a->GetVectorLength()); in VisitVecSADAccumulate()
1247 DCHECK_EQ(4u, a->GetVectorLength()); in VisitVecSADAccumulate()
[all …]
Dcode_generator_vector_arm64_neon.cc1110 HVecOperation* a = instruction->InputAt(1)->AsVecOperation(); in VisitVecSADAccumulate() local
1112 DCHECK_EQ(HVecOperation::ToSignedType(a->GetPackedType()), in VisitVecSADAccumulate()
1114 switch (a->GetPackedType()) { in VisitVecSADAccumulate()
1139 if (instruction->GetPackedType() == a->GetPackedType()) { in VisitVecSADAccumulate()
1157 HVecOperation* a = instruction->InputAt(1)->AsVecOperation(); in VisitVecSADAccumulate() local
1159 DCHECK_EQ(HVecOperation::ToSignedType(a->GetPackedType()), in VisitVecSADAccumulate()
1161 switch (a->GetPackedType()) { in VisitVecSADAccumulate()
1164 DCHECK_EQ(16u, a->GetVectorLength()); in VisitVecSADAccumulate()
1220 DCHECK_EQ(8u, a->GetVectorLength()); in VisitVecSADAccumulate()
1247 DCHECK_EQ(4u, a->GetVectorLength()); in VisitVecSADAccumulate()
[all …]
/art/test/510-checker-try-catch/smali/
DBuilder.smali5 # You may obtain a copy of the License at
613 # Test control flow that enters a try block, leaves it and returns again.
926 # Test that a TryBoundary is inserted between a Throw instruction and the exit
927 # block when covered by a try range.
975 # Test graph with a throw/catch loop.
1196 # Test graph with try/catch inside a loop.
1248 # Test that a MOVE_RESULT instruction is placed into the same block as the
1249 # INVOKE it follows, even if there is a try boundary between them.
1275 # Test that a MOVE_RESULT instruction is placed into the same block as the
1276 # FILLED_NEW_ARRAY it follows, even if there is a try boundary between them.
[all …]
/art/test/jvmti-common/
DMonitors.java156 private void setAction(Action a) { in setAction() argument
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
/art/test/1930-monitor-info/src/art/
DMonitors.java156 private void setAction(Action a) { in setAction() argument
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
/art/runtime/gc/space/
Dmemory_tool_malloc_space-inl.h256 std::sort(ptrs, ptrs + num_ptrs, [](mirror::Object* a, mirror::Object* b) in FreeList()
258 return a->IsClass() < b->IsClass(); in FreeList()
/art/test/1933-monitor-current-contended/src/art/
DMonitors.java156 private void setAction(Action a) { in setAction() argument
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
/art/test/536-checker-intrinsic-optimization/src/
DMain.java338 public static boolean $inline$callStringEquals(String a, String b) { in $inline$callStringEquals() argument
339 return a.equals(b); in $inline$callStringEquals()
/art/tools/class2greylist/src/com/android/class2greylist/
DClass2Greylist.java203 private String classNameToSignature(String a) { in classNameToSignature() argument
204 return "L" + a.replace('.', '/') + ";"; in classNameToSignature()
/art/test/1934-jvmti-signal-thread/src/art/
DMonitors.java156 private void setAction(Action a) { in setAction() argument
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
/art/test/1932-monitor-events-misc/src/art/
DMonitors.java156 private void setAction(Action a) { in setAction() argument
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
/art/test/1931-monitor-events/src/art/
DMonitors.java156 private void setAction(Action a) { in setAction() argument
159 while (!action.compareAndSet(Action.HOLD, a, stamp, stamp + 1)) { in setAction()
/art/tools/
Dlibcore_failures.txt66 is greater then a date in 1998.",
72 description: "Failing due to a locale problem on hammerhead.",
154 description: "Non-deterministic test because of a dependency on weak ref collection.",
173 Unclear if this relates to the tests running sh as a child process.",

1...<<31323334353637383940>>...45