Home
last modified time | relevance | path

Searched refs:AssignSwitchTablesOffset (Results 1 – 6 of 6) sorted by relevance

/art/compiler/dex/quick/mips/
Dassemble_mips.cc901 offset = AssignSwitchTablesOffset(offset); in AssignOffsets()
/art/compiler/dex/quick/arm64/
Dassemble_arm64.cc1147 offset = AssignSwitchTablesOffset(offset); in AssignDataOffsets()
/art/compiler/dex/quick/
Dcodegen_util.cc896 int Mir2Lir::AssignSwitchTablesOffset(CodeOffset offset) { in AssignSwitchTablesOffset() function in art::Mir2Lir
Dmir_to_lir.h684 int AssignSwitchTablesOffset(CodeOffset offset);
/art/compiler/dex/quick/arm/
Dassemble_arm.cc1682 offset = AssignSwitchTablesOffset(offset); in AssignDataOffsets()
/art/compiler/dex/quick/x86/
Dassemble_x86.cc2005 offset = AssignSwitchTablesOffset(offset); in AssignOffsets()