/art/test/438-volatile/src/ |
D | Main.java | 31 public static long $opt$update(long a) { in $opt$update() 36 public static double $opt$update(double a) { in $opt$update() 42 if (value != $opt$update(value)) { in checkVolatileUpdate() 48 if (value != $opt$update(value)) { in checkVolatileUpdate()
|
/art/runtime/base/ |
D | bit_vector.cc | 163 uint32_t update = existing | src->GetRawStorageWord(idx); in Union() local 164 if (existing != update) { in Union() 166 storage_[idx] = update; in Union() 198 uint32_t update = existing | in UnionIfNotIn() local 200 if (existing != update) { in UnionIfNotIn() 202 storage_[idx] = update; in UnionIfNotIn() 208 uint32_t update = existing | union_with->GetRawStorageWord(idx); in UnionIfNotIn() local 209 if (existing != update) { in UnionIfNotIn() 211 storage_[idx] = update; in UnionIfNotIn()
|
/art/test/531-regression-debugphi/smali/ |
D | TestCase.smali | 23 # - update PrimVoid PhiA to PrimNot 24 # - update inputs of PrimNot PhiA 72 # - update inputs of PrimNot PhiB ; add PrimNot PhiA to worklist 73 # - update PhiC to PrimNot 75 # - PrimNot PhiA: update inputs, no equivalent created 76 # - PrimInt PhiA: update inputs, set to PrimNot, use instead of PrimNot PhiA
|
/art/runtime/interpreter/mterp/mips/ |
D | op_goto_16.S | 17 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST 27 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST
|
D | op_goto.S | 18 FETCH_ADVANCE_INST_RB(a2) # update rPC, load rINST 30 FETCH_ADVANCE_INST_RB(a2) # update rPC, load rINST
|
D | op_goto_32.S | 23 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST 36 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST
|
D | op_packed_switch.S | 29 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST 44 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST
|
D | zcmp.S | 26 FETCH_ADVANCE_INST_RB(a1) # update rPC, load rINST
|
D | bincmp.S | 28 FETCH_ADVANCE_INST_RB(a2) # update rPC, load rINST
|
/art/test/960-default-smali/ |
D | info.txt | 16 To update the test files do the following steps: 19 …JAVA_HOME="/path/to/java-8-jdk" ../run-test --use-java-home --update --jvm --host 956-default-smali
|
/art/test/612-jit-dex-cache/ |
D | info.txt | 2 wrongly update the dex cache of a class loader.
|
/art/test/523-checker-can-throw-regression/ |
D | info.txt | 2 but would not update information about which blocks throw.
|
/art/test/485-checker-dce-loop-update/ |
D | info.txt | 1 Tests loop information update after DCE because block removal can disconnect loops, leaving other
|
/art/runtime/interpreter/mterp/ |
D | gen_mterp.py | 339 dict.update({ "opcode":op, "opnum":opindex }) 378 dict.update({ "opcode":op, "opnum":opindex }) 391 dict.update({ "opcode":op, "opnum":opindex }) 453 new_dict.update(eval(tokens[2]))
|
/art/compiler/optimizing/ |
D | induction_var_analysis.cc | 268 InductionInfo* update = TransferPhi(loop, phi, /* input_index */ 1); in ClassifyNonTrivial() local 269 if (update != nullptr) { in ClassifyNonTrivial() 270 AssignInfo(loop, phi, CreateInduction(kWrapAround, initial, update, type_)); in ClassifyNonTrivial() 279 InductionInfo* update = nullptr; in ClassifyNonTrivial() local 281 update = SolvePhiAllInputs(loop, phi, instruction); in ClassifyNonTrivial() 283 update = SolveAddSub( in ClassifyNonTrivial() 286 update = SolveAddSub( in ClassifyNonTrivial() 289 update = SolveCnv(instruction->AsTypeConversion()); in ClassifyNonTrivial() 291 if (update == nullptr) { in ClassifyNonTrivial() 294 cycle_.Put(instruction, update); in ClassifyNonTrivial()
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
D | UniqueProgramTrackerListener.java | 93 digest.update(buf); in getMD5SumOfProgram() 106 digest.update(output.getBytes()); in getMD5SumOfOutput()
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1314 std::unique_ptr<ClinitImageUpdate> update(ClinitImageUpdate::Create(image_classes_.get(), in UpdateImageClasses() local 1318 CHECK(update.get() != nullptr) << error_msg; // TODO: Soft failure? in UpdateImageClasses() 1321 update->Walk(); in UpdateImageClasses()
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1582 # Load the next pointer of the head and update the list head with the next pointer.
|