Home
last modified time | relevance | path

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

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