Searched refs:update (Results 1 – 7 of 7) sorted by relevance
/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/485-checker-dce-loop-update/ |
D | info.txt | 1 Tests loop information update after DCE because block removal can disconnect loops, leaving other
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
D | UniqueProgramTrackerListener.java | 93 digest.update(buf); in getMD5SumOfProgram() 106 digest.update(output.getBytes()); in getMD5SumOfOutput()
|
/art/compiler/dex/quick/ |
D | ralloc_util.cc | 1059 RegLocation Mir2Lir::EvalLocWide(RegLocation loc, int reg_class, bool update) { in EvalLocWide() argument 1086 if (update) { in EvalLocWide() 1094 RegLocation Mir2Lir::EvalLoc(RegLocation loc, int reg_class, bool update) { in EvalLoc() argument 1101 return EvalLocWide(loc, reg_class, update); in EvalLoc() 1125 if (update) { in EvalLoc()
|
D | mir_to_lir.h | 769 virtual RegLocation EvalLocWide(RegLocation loc, int reg_class, bool update); 778 virtual RegLocation EvalLoc(RegLocation loc, int reg_class, bool update);
|
/art/compiler/driver/ |
D | compiler_driver.cc | 982 std::unique_ptr<ClinitImageUpdate> update(ClinitImageUpdate::Create(image_classes_.get(), in UpdateImageClasses() local 986 CHECK(update.get() != nullptr) << error_msg; // TODO: Soft failure? in UpdateImageClasses() 989 update->Walk(); in UpdateImageClasses()
|