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

  /art/compiler/optimizing/
code_generator_arm64.cc 77 static constexpr uint32_t kPackedSwitchCompareJumpThreshold = 7;
556 DCHECK_GE(num_entries, kPackedSwitchCompareJumpThreshold);
    [all...]
code_generator_arm.cc 60 static constexpr uint32_t kPackedSwitchCompareJumpThreshold = 7;
    [all...]

Completed in 48 milliseconds