Searched defs:Equal (Results 1 – 5 of 5) sorted by relevance
/art/libartbase/base/ | ||
D | bit_vector-inl.h | 92 inline bool BitVector::Equal(const BitVector* src) const { in Equal() function |
/art/tools/dexanalyze/ | ||
D | dexanalyze_strings.cc | 108 ALWAYS_INLINE bool Equal(uint32_t string_idx, const uint8_t* data, size_t len) const { in Equal() function in art::dexanalyze::PrefixStrings |
/art/runtime/ | ||
D | lock_word.h | 253 static bool Equal(LockWord lw1, LockWord lw2) { in Equal() function |
/art/compiler/optimizing/ | ||
D | load_store_elimination.cc | 574 bool Equal(HInstruction* heap_value, HInstruction* value) { in Equal() function in art::LSEVisitor |
D | bounds_check_elimination.cc | 157 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) { in Equal() function in art::ValueBound |