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

/art/libartbase/base/
H A Dbit_vector-inl.h92 inline bool BitVector::Equal(const BitVector* src) const { function in class:art::BitVector
/art/runtime/
H A Dlock_word.h251 static bool Equal(LockWord lw1, LockWord lw2) { function
278 // Disallow this in favor of explicit Equal() with the
297 // not work. Prefer Equal() or GetValueWithoutReadBarrierState().
/art/compiler/optimizing/
H A Dload_store_elimination.cc594 bool Equal(HInstruction* heap_value, HInstruction* value) { function in class:art::LSEVisitor
608 return Equal(real_heap_value, value);
633 if (Equal(heap_value, value)) {
671 if (Equal(heap_values[i], value)) {
H A Dbounds_check_elimination.cc157 static bool Equal(HInstruction* instruction1, HInstruction* instruction2) { function in class:art::ValueBound
171 if (Equal(instruction_, bound.instruction_)) {
180 if (Equal(instruction_, bound.instruction_)) {
189 if (Equal(instruction_, bound.instruction_)) {
198 if (Equal(instruction_, bound.instruction_)) {
1052 if (ValueBound::Equal(array_length, upper_inst)) {

Completed in 105 milliseconds