Home
last modified time | relevance | path

Searched refs:DexSwitchTable (Results 1 – 5 of 5) sorted by relevance

/art/libdexfile/dex/
Dbytecode_utils.h27 class DexSwitchTable : public ValueObject {
29 DexSwitchTable(const Instruction& instruction, uint32_t dex_pc) in DexSwitchTable() function
101 DISALLOW_COPY_AND_ASSIGN(DexSwitchTable);
106 explicit DexSwitchTableIterator(const DexSwitchTable& table) in DexSwitchTableIterator()
131 const DexSwitchTable& table_;
/art/compiler/optimizing/
Dblock_builder.cc111 DexSwitchTable table(instruction, dex_pc); in CreateBranchTargets()
194 DexSwitchTable table(instruction, dex_pc); in ConnectBasicBlocks()
415 DexSwitchTable table(instruction, dex_pc); in InsertSynthesizedLoopsForOsr()
Dcode_generator.cc1111 DexSwitchTable table(instruction, dex_pc); in CheckLoopEntriesCanBeUsedForOsr()
Dinstruction_builder.cc749 DexSwitchTable table(instruction, dex_pc); in BuildSwitch()
/art/tools/veridex/
Dflow_analysis.cc95 DexSwitchTable table(instruction, dex_pc); in FindBranches()