Searched refs:Equal (Results 1 - 9 of 9) sorted by relevance

/art/runtime/base/
H A Dbit_vector-inl.h72 inline bool BitVector::Equal(const BitVector* src) const { function in class:art::BitVector
H A Dbit_vector.h182 bool Equal(const BitVector* src) const;
/art/runtime/
H A Dlock_word.h206 static bool Equal(LockWord lw1, LockWord lw2) { function in class:art::LockWord
221 // Disallow this in favor of explicit Equal() with the
241 // not work. Prefer Equal() or GetValueWithoutReadBarrierState().
H A Dtransaction_test.cc82 EXPECT_TRUE(LockWord::Equal<false>(old_lock_word, new_lock_word));
136 EXPECT_FALSE(LockWord::Equal<false>(old_lock_word, new_lock_word));
137 EXPECT_TRUE(LockWord::Equal<false>(aborted_lock_word, new_lock_word));
/art/compiler/optimizing/
H A Dbounds_check_elimination.cc141 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) { function in class:art::ValueBound
160 if (Equal(instruction_, bound.instruction_)) {
169 if (Equal(instruction_, bound.instruction_)) {
1623 if (ValueBound::Equal(array_length, upper_inst)) {
H A Dnodes.h822 M(Equal, Condition) \
1977 DECLARE_INSTRUCTION(Equal);
H A Dcode_generator_arm64.cc1594 M(Equal) \
/art/compiler/dex/
H A Dssa_transformation.cc458 if (!temp_live_vregs->Equal(bb->data_flow_info->live_in_v)) {
H A Dmir_optimization.cc1337 } else if (!classes_to_check->Equal(old_ending_classes_to_check)) {

Completed in 219 milliseconds