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

/art/compiler/optimizing/
H A Dbuilder.cc200 T* comparison = new (arena_) T(first, second); local
201 current_block_->AddInstruction(comparison);
202 HInstruction* ifinst = new (arena_) HIf(comparison);
218 T* comparison = new (arena_) T(value, graph_->GetIntConstant(0)); local
219 current_block_->AddInstruction(comparison);
220 HInstruction* ifinst = new (arena_) HIf(comparison);
1269 HEqual* comparison = new (arena_) HEqual(value, this_case_value); local
1270 current_block_->AddInstruction(comparison);
1271 HInstruction* ifinst = new (arena_) HIf(comparison);
1418 #define IF_XX(comparison, con
[all...]
/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc2434 LIR* comparison; local
2437 mir_graph_->ConstantValue(rl_idx.orig_sreg), nullptr, &comparison);
2438 MarkPossibleNullPointerExceptionAfter(0, comparison);

Completed in 66 milliseconds