Searched defs:Equal (Results 1 - 4 of 4) 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
/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().
/art/compiler/optimizing/
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 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)) {

Completed in 97 milliseconds