Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86_64.cc7532 int32_t compare_to_value = lower_bound + index + 1; in VisitPackedSwitch() local
7533 __ cmpl(value_reg_in, Immediate(compare_to_value)); in VisitPackedSwitch()
Dcode_generator_x86.cc8245 int32_t compare_to_value = lower_bound + index + 1; in GenPackedSwitchWithCompares() local
8246 __ cmpl(value_reg, Immediate(compare_to_value)); in GenPackedSwitchWithCompares()