Home
last modified time | relevance | path

Searched refs:other (Results 151 – 175 of 287) sorted by relevance

12345678910>>...12

/art/libartbase/base/
Darena_allocator.h117 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;
118 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;
120 void Copy(const ArenaAllocatorStatsImpl& other ATTRIBUTE_UNUSED) {} in Copy()
133 ArenaAllocatorStatsImpl(const ArenaAllocatorStatsImpl& other) = default;
134 ArenaAllocatorStatsImpl& operator = (const ArenaAllocatorStatsImpl& other) = delete;
136 void Copy(const ArenaAllocatorStatsImpl& other);
/art/runtime/
Dobj_ptr-inl.h76 inline ObjPtr<MirrorType>::ObjPtr(const ObjPtr<Type>& other) in ObjPtr() argument
77 : reference_(other.reference_) { in ObjPtr()
86 inline ObjPtr<MirrorType>& ObjPtr<MirrorType>::operator=(const ObjPtr<Type>& other) {
87 reference_ = other.reference_;
/art/test/485-checker-dce-loop-update/
Dinfo.txt1 Tests loop information update after DCE because block removal can disconnect loops, leaving other
/art/test/305-other-fault-handler/
DAndroid.bp3 name: "art-run-test-305-other-fault-handler",
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1967-get-set-local-bad-slot/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1923-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1916-get-set-current-frame/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1939-proxy-frames/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1915-get-set-local-current-thread/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1925-self-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/jvmti-common/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1913-get-set-local-objects/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1926-missed-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1924-frame-pop-toggle/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1914-get-local-instance/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1911-get-local-var-table/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1912-get-set-local-primitive/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java56 public boolean equals(Object other) { in equals() argument
57 if (!(other instanceof VariableDescription)) { in equals()
60 VariableDescription v = (VariableDescription)other; in equals()
/art/compiler/optimizing/
Dsuperblock_cloner.h50 bool operator==(const HEdge& other) const {
51 return this->from_ == other.from_ && this->to_ == other.to_;
54 bool operator!=(const HEdge& other) const { return !operator==(other); }
/art/test/002-sleep/
Dinfo.txt2 mostly meant as an easy thing to modify in order to test other things
/art/test/484-checker-register-hints/
Dinfo.txt1 Checks that the register allocator does not punish other
/art/test/064-field-access/jasmin/
DSubClassUsingInaccessibleField.j16 .super other/PublicClass
22 invokespecial other/PublicClass/<init>()V
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h72 bool Equals(const InstructionSetFeatures* other) const override;
74 bool HasAtLeast(const InstructionSetFeatures* other) const override;

12345678910>>...12