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

  /art/compiler/optimizing/
pc_relative_fixups_mips.cc 95 InstructionCodeGeneratorMIPS::kPackedSwitchJumpTableThreshold) {
pc_relative_fixups_x86.cc 149 InstructionCodeGeneratorX86::kPackedSwitchJumpTableThreshold) {
code_generator_mips.h 230 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 6;
code_generator_mips64.h 227 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 6;
code_generator_x86.h 206 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5;
code_generator_x86_64.cc 47 static constexpr uint32_t kPackedSwitchJumpTableThreshold = 5;
    [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]

Completed in 2422 milliseconds