Home
last modified time | relevance | path

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

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