/art/libartbase/base/ |
D | bit_vector.cc | 140 bool changed = false; in Union() local 144 return changed; in Union() 152 changed = true; in Union() 164 changed = true; in Union() 168 return changed; in Union() 174 bool changed = false; in UnionIfNotIn() local 178 return changed; in UnionIfNotIn() 200 changed = true; in UnionIfNotIn() 209 changed = true; in UnionIfNotIn() 213 return changed; in UnionIfNotIn()
|
D | bit_vector_test.cc | 182 bool changed = first.UnionIfNotIn(&second, &third); in TEST() local 184 EXPECT_FALSE(changed); in TEST() 193 bool changed = first.UnionIfNotIn(&second, &third); in TEST() local 195 EXPECT_TRUE(changed); in TEST()
|
/art/test/921-hello-failure/ |
D | info.txt | 6 - NewName: The name of the class is changed 7 - DifferentAccess: Class access is changed from <default> to 'public'
|
D | expected-stdout.txt | 17 …RE TO REDEFINE Unable to perform redefinition of 'LTransform2;': Interfaces changed or re-ordered)) 36 …le to perform redefinition of 'LTransform;': Total number of declared methods changed from 2 to 3)) 39 …e to perform redefinition of 'LTransform3;': Total number of declared methods changed from 3 to 2)) 57 …e to perform redefinition of 'LTransform5;': Total number of declared methods changed from 2 to 3))
|
/art/test/1957-error-ext/ |
D | expected-stdout.txt | 2 …m redefinition of 'Lart/Test1957$Transform;': Total number of declared methods changed from 2 to 1) 3 …rm redefinition of 'Lart/Test1957$Transform;': Total number of declared methods changed from 2 to 1
|
/art/runtime/interpreter/mterp/armng/ |
D | arithmetic.S | 31 $instr @ $result<- op, r0-r3 changed 64 $instr @ $result<- op, r0-r3 changed 94 $instr @ $result<- op, r0-r3 changed 130 $instr @ $result<- op, r0-r3 changed 169 $instr @ result<- op, r0-r3 changed 204 $instr @ result<- op, r0-r3 changed 225 $instr @ r0<- op, r0-r3 changed 249 $instr @ r0<- op, r0-r3 changed 272 $instr @ r0/r1<- op, r2-r3 changed 294 $instr @ r0<- op, r0-r3 changed [all …]
|
/art/runtime/verifier/ |
D | register_line.cc | 100 size_t changed = 0; in MarkRefsAsInitialized() local 104 changed++; in MarkRefsAsInitialized() 112 DCHECK_GT(changed, 0u); in MarkRefsAsInitialized() 425 bool changed = false; in MergeRegisters() local 433 changed = changed || !cur_type.Equals(new_type); in MergeRegisters() 534 changed = true; in MergeRegisters() 536 return changed; in MergeRegisters()
|
D | method_verifier.cc | 4807 bool changed = true; in UpdateRegisters() local 4835 changed = target_line->MergeRegisters(this, merge_line); in UpdateRegisters() 4839 if (kVerifierDebug && changed) { in UpdateRegisters() 4846 if (update_merge_line && changed) { in UpdateRegisters() 4850 if (changed) { in UpdateRegisters()
|
/art/compiler/optimizing/ |
D | ssa_liveness_analysis.cc | 273 bool changed; in ComputeLiveInAndLiveOutSets() local 275 changed = false; in ComputeLiveInAndLiveOutSets() 285 changed = true; in ComputeLiveInAndLiveOutSets() 288 } while (changed); in ComputeLiveInAndLiveOutSets() 293 bool changed = false; in UpdateLiveOut() local 297 changed = true; in UpdateLiveOut() 300 return changed; in UpdateLiveOut()
|
D | loop_optimization.cc | 667 bool changed = false; in TraverseLoopsInnerToOuter() local 673 changed = true; in TraverseLoopsInnerToOuter() 694 changed = simplified_ || changed; in TraverseLoopsInnerToOuter() 698 changed = OptimizeInnerLoop(node) || changed; in TraverseLoopsInnerToOuter() 701 return changed; in TraverseLoopsInnerToOuter()
|
/art/test/606-erroneous-class/ |
D | info.txt | 3 changed by another thread.
|
/art/tools/ahat/etc/ |
D | ahat_api_msg.txt | 1 The public API for ahat.jar has changed.
|
D | README.txt | 3 ROOT_DEBUGGER records manually changed to a ROOT_FINALIZING record.
|
/art/cmdline/ |
D | token_range.h | 212 bool changed = false; in RemoveCharacter() local 216 changed = true; in RemoveCharacter() 224 if (!changed) { in RemoveCharacter()
|
/art/runtime/interpreter/mterp/ |
D | README.txt | 64 to a mode that requires inter-instruction checking, rIBASE is changed 66 changed is the value of curHandlerTable - which is part of the interpBreak
|
/art/runtime/ |
D | alloc_instrumentation.md | 31 3. Not trust kInstrumented once we've given up the mutator lock, since it could have changed in the
|
D | mutator_gc_coord.md | 68 pending suspension requests that slid in just before it changed state.
|
/art/openjdkjvmti/ |
D | OpenjdkJvmTi.cc | 1134 jvmtiCapabilities changed = {}; in AddCapabilities() local 1146 changed.e = 1; \ in AddCapabilities() 1157 changed, in AddCapabilities() 1167 jvmtiCapabilities changed = {}; in RelinquishCapabilities() local 1173 changed.e = 1; \ in RelinquishCapabilities() 1181 changed, in RelinquishCapabilities()
|
/art/test/1975-hello-structural-transformation/ |
D | expected-stdout.txt | 97 Reading changed value
|
/art/test/510-checker-try-catch/smali/ |
D | SsaBuilder.smali | 179 # exceptional paths. Since v0 is never changed, there should be no phis.
|
/art/test/552-checker-primitive-typeprop/smali/ |
D | ArrayGet.smali | 77 # changed.
|
/art/libartservice/service/ |
D | README.md | 137 changed.
|
/art/ |
D | NOTICE | 111 stating that You changed the files; and
|
/art/compiler/utils/riscv64/ |
D | assembler_riscv64.cc | 7394 bool changed; in PromoteBranches() local 7397 changed = false; in PromoteBranches() 7404 changed = true; in PromoteBranches() 7411 } while (changed); in PromoteBranches()
|
/art/build/boot/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 9259 Ljava/util/Observable;->changed:Z
|