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.cc7779 int32_t compare_to_value = lower_bound + index + 1; in VisitPackedSwitch() local
7780 __ cmpl(value_reg_in, Immediate(compare_to_value)); in VisitPackedSwitch()
Dcode_generator_x86.cc8531 int32_t compare_to_value = lower_bound + index + 1; in GenPackedSwitchWithCompares() local
8532 __ cmpl(value_reg, Immediate(compare_to_value)); in GenPackedSwitchWithCompares()