Searched defs:Equals (Results 1 - 15 of 15) sorted by relevance

/art/runtime/arch/arm64/
H A Dinstruction_set_features_arm64.cc106 bool Arm64InstructionSetFeatures::Equals(const InstructionSetFeatures* other) const { function in class:art::Arm64InstructionSetFeatures
/art/runtime/arch/mips64/
H A Dinstruction_set_features_mips64.cc81 bool Mips64InstructionSetFeatures::Equals(const InstructionSetFeatures* other) const { function in class:art::Mips64InstructionSetFeatures
/art/compiler/utils/
H A Dmanaged_register.h64 // It is valid to invoke Equals on and with a NoRegister.
65 bool Equals(const ManagedRegister& other) const { function in class:art::ManagedRegister
/art/runtime/arch/arm/
H A Dinstruction_set_features_arm.cc231 bool ArmInstructionSetFeatures::Equals(const InstructionSetFeatures* other) const { function in class:art::ArmInstructionSetFeatures
/art/runtime/arch/mips/
H A Dinstruction_set_features_mips.cc162 bool MipsInstructionSetFeatures::Equals(const InstructionSetFeatures* other) const { function in class:art::MipsInstructionSetFeatures
/art/runtime/arch/x86/
H A Dinstruction_set_features_x86.cc237 bool X86InstructionSetFeatures::Equals(const InstructionSetFeatures* other) const { function in class:art::X86InstructionSetFeatures
/art/runtime/
H A Dsafe_map.h140 bool Equals(const Self& rhs) const { function in class:art::SafeMap
151 return lhs.Equals(rhs);
H A Dart_method.h103 bool Equals(ImtConflictTable* other, size_t pointer_size) const { function in class:art::ImtConflictTable
H A Dstack_map.h858 ALWAYS_INLINE bool Equals(const StackMap& other) const { function in class:art::DexRegisterLocation::StackMap
/art/runtime/mirror/
H A Dstring.cc134 bool String::Equals(String* that) { function in class:art::mirror::String
156 bool String::Equals(const uint16_t* that_chars, int32_t that_offset, int32_t that_length) { function in class:art::mirror::String
169 bool String::Equals(const char* modified_utf8) { function in class:art::mirror::String
196 bool String::Equals(const StringPiece& modified_utf8) { function in class:art::mirror::String
/art/runtime/jit/
H A Doffline_profiling_info.cc97 if (Equals(fileInfo)) {
638 bool ProfileCompilationInfo::Equals(const ProfileCompilationInfo& other) { function in class:art::ProfileCompilationInfo
639 return info_.Equals(other.info_);
/art/runtime/verifier/
H A Dreg_type.h233 bool Equals(const RegType& other) const { return GetId() == other.GetId(); } function in class:art::verifier::RegType
242 if (Equals(incoming_type)) {
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc152 bool Equals(ValueBound bound) const { function in class:art::ValueBound
758 if (!upper.Equals(ValueBound::Max())) {
770 if (!lower.Equals(ValueBound::Min()) && !lower.IsRelatedToArrayLength()) {
782 if (!lower.Equals(ValueBound::Min()) && !lower.IsRelatedToArrayLength()) {
793 if (!upper.Equals(ValueBound::Max())) {
H A Dnodes.cc1327 bool HInstruction::Equals(HInstruction* other) const { function in class:art::HInstruction
H A Dnodes.h1580 bool Equals(const SideEffects& other) const { return flags_ == other.flags_; } function in class:art::SideEffects
1993 bool Equals(HInstruction* other) const;
6243 return IsEliminated() || destination_.IsInvalid() || source_.Equals(destination_);

Completed in 506 milliseconds