Home
last modified time | relevance | path

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/
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_;
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/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_;
/aosp_15_r20/art/libdexfile/dex/
H A 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_;
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/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_;
/aosp_15_r20/prebuilts/module_sdk/art/13/include/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_;
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/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_;
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/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_;
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/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_;
/aosp_15_r20/art/compiler/optimizing/
H A Dblock_builder.cc105 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 Dcode_generator.cc1091 DexSwitchTable table(instruction, dex_pc); in CheckLoopEntriesCanBeUsedForOsr()
H A Dinstruction_builder.cc820 DexSwitchTable table(instruction, dex_pc); in BuildSwitch()
/aosp_15_r20/art/tools/veridex/
H A Dflow_analysis.cc103 DexSwitchTable table(instruction, dex_pc); in FindBranches()