HomeSort by relevance Sort by last modified time
    Searched defs:kPackedSwitchJumpTableThreshold (Results 1 - 4 of 4) sorted by null

  /art/compiler/optimizing/
code_generator_mips64.h 230 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 6;
code_generator_x86.h 206 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5;
code_generator_mips.h 233 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 6;
code_generator_x86_64.cc 51 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5;
    [all...]

Completed in 226 milliseconds