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.h197 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
225 // Disallow this in favor of explicit Equal() with the
245 // 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.cc171 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) { function in class:art::ValueBound
185 if (Equal(instruction_, bound.instruction_)) {
194 if (Equal(instruction_, bound.instruction_)) {
203 if (Equal(instruction_, bound.instruction_)) {
212 if (Equal(instruction_, bound.instruction_)) {
1018 if (ValueBound::Equal(array_length, upper_inst)) {
H A Dload_store_elimination.cc762 bool Equal(HInstruction* heap_value, HInstruction* value) { function in class:art::LSEVisitor
788 if (Equal(heap_value, value)) {
H A Dstack_map_stream.cc452 if (!a.live_dex_registers_mask->Equal(b.live_dex_registers_mask)) {
H A Dnodes.h1211 M(Equal, Condition) \
3145 DECLARE_INSTRUCTION(Equal);
H A Dcode_generator_arm64.cc2500 M(Equal) \

Completed in 139 milliseconds