Searched refs:DexSwitchTable (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/ |
D | bytecode_utils.h | 27 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_;
|
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/ |
D | bytecode_utils.h | 27 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_;
|
/aosp_15_r20/art/libdexfile/dex/ |
H A D | bytecode_utils.h | 27 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_;
|
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/ |
D | bytecode_utils.h | 27 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_;
|
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/ |
D | bytecode_utils.h | 27 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_;
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/ |
D | bytecode_utils.h | 27 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_;
|
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/ |
D | bytecode_utils.h | 27 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_;
|
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/ |
D | bytecode_utils.h | 27 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_;
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | block_builder.cc | 105 DexSwitchTable table(instruction, dex_pc); in CreateBranchTargets() 181 DexSwitchTable table(instruction, dex_pc); in ConnectBasicBlocks() 402 DexSwitchTable table(instruction, dex_pc); in InsertSynthesizedLoopsForOsr()
|
H A D | code_generator.cc | 1091 DexSwitchTable table(instruction, dex_pc); in CheckLoopEntriesCanBeUsedForOsr()
|
H A D | instruction_builder.cc | 820 DexSwitchTable table(instruction, dex_pc); in BuildSwitch()
|
/aosp_15_r20/art/tools/veridex/ |
H A D | flow_analysis.cc | 103 DexSwitchTable table(instruction, dex_pc); in FindBranches()
|