HomeSort by relevance Sort by last modified time
    Searched refs:kPackedSwitchCompareJumpThreshold (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
code_generator_arm_vixl.cc 84 static constexpr uint32_t kPackedSwitchCompareJumpThreshold = 7;
    [all...]
code_generator_arm64.cc 89 static constexpr uint32_t kPackedSwitchCompareJumpThreshold = 7;
587 DCHECK_GE(num_entries, kPackedSwitchCompareJumpThreshold);
    [all...]

Completed in 86 milliseconds