/art/runtime/arch/ |
D | memcmp16_test.cc | 25 uint32_t next() { in next() function in RandGen 54 size_t type = r.next() % range_of_tests; in CheckSeparate() 63 count1 = (r.next() % max_length) + min_length; in CheckSeparate() 64 count2 = (r.next() % max_length) + min_length; in CheckSeparate() 68 count1 = (r.next() % max_length) + min_length; in CheckSeparate() 74 count2 = (r.next() % max_length) + min_length; in CheckSeparate() 103 bool fill_same = r.next() % 2 == 1; in CheckSeparate() 107 s1[i] = static_cast<uint16_t>(r.next() & 0xFFFF); in CheckSeparate() 111 s1[i] = static_cast<uint16_t>(r.next() & 0xFFFF); in CheckSeparate() 114 s2[i] = static_cast<uint16_t>(r.next() & 0xFFFF); in CheckSeparate() [all …]
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | SkipNullsIterator.java | 37 mNext = mIter.next(); in hasNext() 43 public T next() { in next() method in SkipNullsIterator 47 T next = mNext; in next() local 49 return next; in next()
|
D | DominatorReferenceIterator.java | 41 Reference ref = mIter.next(); in hasNext() 50 public AhatInstance next() { in next() method in DominatorReferenceIterator 52 AhatInstance next = mNext; in next() local 54 return next; in next()
|
/art/compiler/optimizing/ |
D | ssa_builder.cc | 70 HPhi* next = phi->GetNextEquivalentPhiWithSameType(); in EquivalentPhisCleanup() local 71 if (next != nullptr) { in EquivalentPhisCleanup() 74 if (next->IsLive()) { in EquivalentPhisCleanup() 75 phi->ReplaceWith(next); in EquivalentPhisCleanup() 78 next->ReplaceWith(phi); in EquivalentPhisCleanup() 80 DCHECK(next->GetNextEquivalentPhiWithSameType() == nullptr) in EquivalentPhisCleanup() 94 HInstruction* next = phi->GetNext(); in FixEnvironmentPhis() local 95 if (!phi->IsVRegEquivalentOf(next)) continue; in FixEnvironmentPhis() 96 if (next->AsPhi()->IsDead()) { in FixEnvironmentPhis() 98 next = next->GetNext(); in FixEnvironmentPhis() [all …]
|
D | prepare_for_register_allocation.cc | 55 HInstruction* next = check->GetNext(); in VisitNullCheck() local 59 while (next->IsBoundType()) { in VisitNullCheck() 60 next = next->GetNext(); in VisitNullCheck() 61 VisitBoundType(next->GetPrevious()->AsBoundType()); in VisitNullCheck() 63 if (next->CanDoImplicitNullCheckOn(check->InputAt(0))) { in VisitNullCheck()
|
D | gvn.cc | 188 Node(HInstruction* instruction, size_t hash_code, Node* next) in Node() argument 189 : instruction_(instruction), hash_code_(hash_code), next_(next) {} in Node() 269 Node* next = node->GetNext(); in DeleteAllImpureWhich() local 272 buckets_[i] = next; in DeleteAllImpureWhich() 274 previous->SetNext(next); in DeleteAllImpureWhich() 279 node = next; in DeleteAllImpureWhich() 476 HInstruction* next = current->GetNext(); in VisitBasicBlock() local 503 current = next; in VisitBasicBlock()
|
/art/runtime/ |
D | subtype_check_info.h | 246 BitStringChar next = GetNext(); in CreateChild() local 247 if (next != next.MaximumValue()) { in CreateChild() 249 OverwriteNextValueFromParent(/*inout*/&child, next); in CreateChild() 252 SetNext(next + 1u); in CreateChild() 318 bool MaybeGetNext(/*out*/BitStringChar* next) const { in MaybeGetNext() 319 DCHECK(next != nullptr); in MaybeGetNext() 322 *next = GetBitString()[depth_]; in MaybeGetNext() 330 SubtypeCheckInfo(BitString path_to_root, BitStringChar next, bool overflow, size_t depth) { in SubtypeCheckInfo() 348 SetNext(next); in SubtypeCheckInfo() 350 DCHECK_EQ(next, GetNext()); in SubtypeCheckInfo() [all …]
|
D | monitor_pool_test.cc | 31 uint32_t next() { in next() function in art::RandGen 70 alloc = r.next() % 2 == 0; in TEST_F() 80 size_t index = r.next() % monitors.size(); in TEST_F() 112 size_t index = r.next() % monitors.size(); in TEST_F()
|
/art/test/1922-owned-monitors-info/ |
D | owned_monitors.cc | 44 static bool doCallRunnable(JNIEnv* env, jobject next) { in doCallRunnable() argument 53 env->CallVoidMethod(next, run); in doCallRunnable() 58 JNIEnv* env, jobject thiz, jobject next) { in Java_art_Test1922_00024Target_lockThisNative() argument 62 if (doCallRunnable(env, next)) { in Java_art_Test1922_00024Target_lockThisNative() 71 JNIEnv* env, jobject thiz ATTRIBUTE_UNUSED, jobject mon, jobject next) { in Java_art_Test1922_00024Target_lockNative() argument 75 if (doCallRunnable(env, next)) { in Java_art_Test1922_00024Target_lockNative()
|
/art/runtime/interpreter/mterp/mips64/ |
D | other.S | 17 GOTO_OPCODE v0 # jump to next instruction 34 GOTO_OPCODE v0 # jump to next instruction 43 GOTO_OPCODE v0 # jump to next instruction 53 GOTO_OPCODE v0 # jump to next instruction 66 GOTO_OPCODE v0 # jump to next instruction 92 GOTO_OPCODE v0 # jump to next instruction 107 GOTO_OPCODE v0 # jump to next instruction 116 GOTO_OPCODE v0 # jump to next instruction 127 GOTO_OPCODE v0 # jump to next instruction 137 GOTO_OPCODE v0 # jump to next instruction [all …]
|
D | array.S | 29 GOTO_OPCODE v0 # jump to next instruction 61 GOTO_OPCODE v0 # jump to next instruction 87 GOTO_OPCODE v0 # jump to next instruction 117 GOTO_OPCODE v0 # jump to next instruction 142 GOTO_OPCODE v0 # jump to next instruction 168 GOTO_OPCODE v0 # jump to next instruction 182 GOTO_OPCODE v0 # jump to next instruction 198 GOTO_OPCODE v0 # jump to next instruction 217 GOTO_OPCODE v0 # jump to next instruction 241 GOTO_OPCODE v0 # jump to next instruction
|
D | floating_point.S | 18 GOTO_OPCODE v0 # jump to next instruction 36 GOTO_OPCODE v0 # jump to next instruction 55 GOTO_OPCODE v0 # jump to next instruction 73 GOTO_OPCODE v0 # jump to next instruction 106 GOTO_OPCODE v0 # jump to next instruction 139 GOTO_OPCODE v0 # jump to next instruction 159 GOTO_OPCODE v0 # jump to next instruction 328 GOTO_OPCODE v0 # jump to next instruction 342 GOTO_OPCODE v0 # jump to next instruction 356 GOTO_OPCODE v0 # jump to next instruction [all …]
|
D | arithmetic.S | 30 GOTO_OPCODE v0 # jump to next instruction 61 GOTO_OPCODE v0 # jump to next instruction 89 GOTO_OPCODE v0 # jump to next instruction 119 GOTO_OPCODE v0 # jump to next instruction 151 GOTO_OPCODE v0 # jump to next instruction 182 GOTO_OPCODE v0 # jump to next instruction 201 GOTO_OPCODE v0 # jump to next instruction 219 GOTO_OPCODE v0 # jump to next instruction 270 GOTO_OPCODE v0 # jump to next instruction 304 GOTO_OPCODE v0 # jump to next instruction
|
/art/runtime/interpreter/mterp/arm/ |
D | other.S | 18 GOTO_OPCODE ip @ jump to next instruction 35 GOTO_OPCODE ip @ jump to next instruction 44 GOTO_OPCODE ip @ jump to next instruction 53 GOTO_OPCODE ip @ execute next instruction 66 GOTO_OPCODE ip @ jump to next instruction 92 GOTO_OPCODE ip @ jump to next instruction 108 GOTO_OPCODE ip @ jump to next instruction 120 GOTO_OPCODE ip @ jump to next instruction 134 GOTO_OPCODE ip @ jump to next instruction 147 GOTO_OPCODE ip @ jump to next instruction [all …]
|
D | object.S | 10 PREFETCH_INST 2 @ prefetch next opcode 16 GOTO_OPCODE ip @ jump to next instruction 35 GOTO_OPCODE ip @ jump to next instruction 124 GOTO_OPCODE ip @ jump to next instruction 164 GOTO_OPCODE ip @ jump to next instruction 189 GOTO_OPCODE ip @ jump to next instruction 225 GOTO_OPCODE ip @ jump to next instruction 240 GOTO_OPCODE ip @ jump to next instruction 264 GOTO_OPCODE ip @ jump to next instruction 280 GOTO_OPCODE ip @ jump to next instruction
|
D | array.S | 29 GOTO_OPCODE ip @ jump to next instruction 61 GOTO_OPCODE ip @ jump to next instruction 91 GOTO_OPCODE ip @ jump to next instruction 121 GOTO_OPCODE ip @ jump to next instruction 146 GOTO_OPCODE ip @ jump to next instruction 175 GOTO_OPCODE ip @ jump to next instruction 190 GOTO_OPCODE ip @ jump to next instruction 206 GOTO_OPCODE ip @ jump to next instruction 226 GOTO_OPCODE ip @ jump to next instruction 250 GOTO_OPCODE ip @ jump to next instruction
|
D | arithmetic.S | 34 GOTO_OPCODE ip @ jump to next instruction 67 GOTO_OPCODE ip @ jump to next instruction 97 GOTO_OPCODE ip @ jump to next instruction 133 GOTO_OPCODE ip @ jump to next instruction 172 GOTO_OPCODE ip @ jump to next instruction 207 GOTO_OPCODE ip @ jump to next instruction 228 GOTO_OPCODE ip @ jump to next instruction 252 GOTO_OPCODE ip @ jump to next instruction 275 GOTO_OPCODE ip @ jump to next instruction 297 GOTO_OPCODE ip @ jump to next instruction [all …]
|
/art/test/1922-owned-monitors-info/src/art/ |
D | Test1922.java | 194 for (Function<Runnable, Runnable> r1 = li1.next(); li1.hasNext(); r1 = li1.next()) { in runTestsOtherThread() 197 for (Function<Runnable, Runnable> r2 = li2.next(); li2.hasNext(); r2 = li2.next()) { in runTestsOtherThread() 200 for (Function<Runnable, Runnable> r3 = li3.next(); li3.hasNext(); r3 = li3.next()) { in runTestsOtherThread() 238 for (Function<Runnable, Runnable> r1 = li1.next(); li1.hasNext(); r1 = li1.next()) { in runTestsCurrentThread() 241 for (Function<Runnable, Runnable> r2 = li2.next(); li2.hasNext(); r2 = li2.next()) { in runTestsCurrentThread() 244 for (Function<Runnable, Runnable> r3 = li3.next(); li3.hasNext(); r3 = li3.next()) { in runTestsCurrentThread()
|
/art/tools/ |
D | analyze-init-failures.py | 51 raw_line = it.next() 60 raw_line = it.next() 70 raw_line = it.next() 91 raw_line = it.next()
|
/art/compiler/debug/dwarf/ |
D | dwarf_test.h | 48 bool next; member 55 void Check(const char* substr, bool next, const char* at_file, int at_line) { in Check() argument 56 expected_lines_.push_back(ExpectedLine {substr, next, at_file, at_line}); in Check() 130 } else if (expected_line.next) { in CheckObjdumpOutput()
|
/art/test/080-oom-throw/src/ |
D | Main.java | 39 InstanceMemEater next; field in Main.InstanceMemEater 89 lastMemEater.next = InstanceMemEater.allocate(); in triggerInstanceOOM() 90 lastMemEater = lastMemEater.next; in triggerInstanceOOM()
|
/art/test/504-regression-baseline-entry/ |
D | info.txt | 2 through to the next block.
|
/art/test/444-checker-nce/src/ |
D | Main.java | 247 private ListElement next; field in ListElement 260 xTail = xTail.next; in isShorter() 261 yTail = yTail.next; in isShorter()
|
/art/tools/dexanalyze/ |
D | dexanalyze_bytecode.cc | 376 auto next = std::next(inst); in ProcessCodeItem() local 377 if (next != code_item.end()) { in ProcessCodeItem() 379 next->Opcode() == Instruction::MOVE_RESULT || in ProcessCodeItem() 380 next->Opcode() == Instruction::MOVE_RESULT_WIDE || in ProcessCodeItem() 381 next->Opcode() == Instruction::MOVE_RESULT_OBJECT; in ProcessCodeItem() 383 dest_reg = next->VRegA_11x(); in ProcessCodeItem() 476 auto next = std::next(inst); in ProcessCodeItem() local 477 if (next != code_item.end() && next->Opcode() == Instruction::INVOKE_DIRECT) { in ProcessCodeItem() 479 uint32_t arg_count = next->GetVarArgs(args); in ProcessCodeItem() 480 uint32_t method_idx = DexMethodIndex(next.Inst()); in ProcessCodeItem()
|
/art/test/923-monitors/src/art/ |
D | Test923.java | 149 String s = it.next(); in threadTests() 184 String s = it.next(); in threadTests() 200 throw new RuntimeException("Unexpected trailing output, starting with " + it.next()); in threadTests() 208 String t = it.next(); in expect()
|