Searched refs:comparison (Results 1 – 2 of 2) sorted by relevance
143 T* comparison = new (arena_) T(first, second); in If_22t() local144 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() local160 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() argument568 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()
2855 LIR* comparison; in GenInlinedCharAt() local2858 mir_graph_->ConstantValue(rl_idx.orig_sreg), nullptr, &comparison); in GenInlinedCharAt()2859 MarkPossibleNullPointerExceptionAfter(0, comparison); in GenInlinedCharAt()