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

  /art/compiler/optimizing/
bytecode_utils.h 69 uint16_t GetNumEntries() const {
109 return IsSparse() || GetNumEntries() <= kSmallSwitchThreshold;
136 num_entries_(static_cast<size_t>(table_.GetNumEntries())),
nodes_x86.h 97 int32_t GetNumEntries() const { return num_entries_; }
dead_code_elimination.cc 64 if (switch_index < switch_instruction->GetNumEntries()) {
68 live_successors = live_successors.SubArray(switch_instruction->GetNumEntries(), 1u);
pc_relative_fixups_x86.cc 139 if (switch_insn->GetNumEntries() <=
150 switch_insn->GetNumEntries(),
graph_checker.cc     [all...]
instruction_builder.cc 600 if (table.GetNumEntries() == 0) {
617 new (arena_) HPackedSwitch(table.GetEntryAt(0), table.GetNumEntries(), value, dex_pc));
    [all...]
code_generator.cc 673 uint16_t num_entries = table.GetNumEntries();
    [all...]
code_generator_x86.cc     [all...]
code_generator_arm64.cc 555 uint32_t num_entries = switch_instr_->GetNumEntries();
    [all...]
code_generator_arm.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_mips.cc     [all...]
nodes.h     [all...]

Completed in 322 milliseconds