Searched refs:first_condition (Results 1 – 2 of 2) sorted by relevance
8178 Condition first_condition; in VisitPackedSwitch() local8182 first_condition = kLess; in VisitPackedSwitch()8184 __ j(first_condition, codegen_->GetLabelOf(default_block)); in VisitPackedSwitch()8190 first_condition = kBelow; in VisitPackedSwitch()8199 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in VisitPackedSwitch()
8848 Condition first_condition; in GenPackedSwitchWithCompares() local8852 first_condition = kLess; in GenPackedSwitchWithCompares()8854 __ j(first_condition, codegen_->GetLabelOf(default_block)); in GenPackedSwitchWithCompares()8860 first_condition = kBelow; in GenPackedSwitchWithCompares()8869 __ j(first_condition, codegen_->GetLabelOf(successors[index])); in GenPackedSwitchWithCompares()