Home
last modified time | relevance | path

Searched defs:other (Results 126 – 150 of 160) sorted by relevance

1234567

/art/compiler/optimizing/
Dnodes.h1836 SideEffects Union(SideEffects other) const { in Union()
1840 SideEffects Exclusion(SideEffects other) const { in Exclusion()
1844 void Add(SideEffects other) { in Add()
1848 bool Includes(SideEffects other) const { in Includes()
1886 bool MayDependOn(SideEffects other) const { in MayDependOn()
1919 bool Equals(const SideEffects& other) const { return flags_ == other.flags_; } in Equals()
2365 void ReplaceWithExceptInReplacementAtIndex(HInstruction* other, size_t use_index) { in ReplaceWithExceptInReplacementAtIndex()
2441 void SetSideEffects(SideEffects other) { side_effects_ = other; } in SetSideEffects()
2442 void AddSideEffects(SideEffects other) { side_effects_.Add(other); } in AddSideEffects()
2540 explicit HInstruction(const HInstruction& other) in HInstruction()
[all …]
Dregister_allocator_graph_color.cc234 void AddInterference(InterferenceNode* other, in AddInterference()
259 void RemoveInterference(InterferenceNode* other) { in RemoveInterference()
1603 InterferenceNode* other = opportunity->node_a->GetAlias() == node in FreezeMoves() local
Dinduction_var_analysis.cc37 HInstruction* other = (*scc)[i]; in RotateEntryPhiFirst() local
399 ArenaVector<HInstruction*> other( in ClassifyNonTrivial() local
Dinstruction_simplifier.cc412 static bool IsSubRegBitsMinusOther(HSub* sub, size_t reg_bits, HInstruction* other) { in IsSubRegBitsMinusOther()
904 HConstant* other = c->AsBinaryOperation()->GetConstantRight(); in AllowInMinMax() local
1313 HInstruction* other = left_is_neg ? right : left; in VisitAdd() local
/art/test/1966-get-set-local-objects-no-table/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1967-get-set-local-bad-slot/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1923-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1916-get-set-current-frame/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1939-proxy-frames/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1915-get-set-local-current-thread/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1925-self-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/jvmti-common/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1913-get-set-local-objects/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1926-missed-frame-pop/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1924-frame-pop-toggle/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1914-get-local-instance/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1965-get-set-local-primitive-no-tables/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1911-get-local-var-table/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1912-get-set-local-primitive/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/1935-get-set-current-frame-jit/src/art/
DLocals.java56 public boolean equals(Object other) { in equals()
/art/test/684-checker-simd-dotprod/src/other/
DTestByte.java17 package other; package
DTestCharShort.java17 package other; package
/art/test/906-iterate-heap/src/art/
DTest906.java295 public int compareTo(HeapElem other) { in compareTo()
/art/libprofile/profile/
Dprofile_compilation_info.cc1507 bool ProfileCompilationInfo::MergeWith(const ProfileCompilationInfo& other, in MergeWith()
1778 bool ProfileCompilationInfo::Equals(const ProfileCompilationInfo& other) { in Equals()
2297 FlattenProfileData::ItemMetadata::ItemMetadata(const ItemMetadata& other) : in ItemMetadata()
2359 void FlattenProfileData::MergeData(const FlattenProfileData& other) { in MergeData()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc84 uint64_t other = 0u; local

1234567