Searched defs:comparison (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc143 T* comparison = new (arena_) T(first, second); local
144 current_block_->AddInstruction(comparison);
145 HInstruction* ifinst = new (arena_) HIf(comparison);
159 T* comparison = new (arena_) T(value, GetIntConstant(0)); local
160 current_block_->AddInstruction(comparison);
161 HInstruction* ifinst = new (arena_) HIf(comparison);
567 #define IF_XX(comparison, cond) \
568 case Instruction::IF_##cond: If_22t<comparison>(instruction, dex_offset); break; \
569 case Instruction::IF_##cond##Z: If_21t<comparison>(instruction, dex_offset); break
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc2854 LIR* comparison; local
2857 mir_graph_->ConstantValue(rl_idx.orig_sreg), nullptr, &comparison);
2858 MarkPossibleNullPointerExceptionAfter(0, comparison);

Completed in 2252 milliseconds