Searched refs:Equal (Results 1 - 9 of 9) sorted by relevance
/art/runtime/base/ |
H A D | bit_vector-inl.h | 72 inline bool BitVector::Equal(const BitVector* src) const { function in class:art::BitVector
|
H A D | bit_vector.h | 197 bool Equal(const BitVector* src) const;
|
/art/runtime/ |
H A D | lock_word.h | 206 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 D | transaction_test.cc | 82 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 D | bounds_check_elimination.cc | 171 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 D | load_store_elimination.cc | 762 bool Equal(HInstruction* heap_value, HInstruction* value) { function in class:art::LSEVisitor 788 if (Equal(heap_value, value)) {
|
H A D | stack_map_stream.cc | 452 if (!a.live_dex_registers_mask->Equal(b.live_dex_registers_mask)) {
|
H A D | nodes.h | 1211 M(Equal, Condition) \ 3145 DECLARE_INSTRUCTION(Equal);
|
H A D | code_generator_arm64.cc | 2500 M(Equal) \
|
Completed in 132 milliseconds