Home
last modified time | relevance | path

Searched defs:Equal (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dbit_vector-inl.h92 inline bool BitVector::Equal(const BitVector* src) const { in Equal() function
/art/tools/dexanalyze/
Ddexanalyze_strings.cc108 ALWAYS_INLINE bool Equal(uint32_t string_idx, const uint8_t* data, size_t len) const { in Equal() function in art::dexanalyze::PrefixStrings
169 ALWAYS_INLINE bool Equal(uint32_t string_idx, const uint8_t* data, size_t len) const { in Equal() function in art::dexanalyze::NormalStrings
/art/runtime/
Dlock_word.h256 static bool Equal(LockWord lw1, LockWord lw2) { in Equal() function
/art/compiler/optimizing/
Dbounds_check_elimination.cc157 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) { in Equal() function in art::ValueBound