Home
last modified time | relevance | path

Searched defs:base_offset (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Dcode_ir.cc369 void CodeIr::FixupPackedSwitch(PackedSwitchPayload* instr, dex::u4 base_offset, in FixupPackedSwitch()
395 void CodeIr::FixupSparseSwitch(SparseSwitchPayload* instr, dex::u4 base_offset, in FixupSparseSwitch()
498 dex::u4& base_offset = packed_switches_[targetOffset].base_offset; in DecodeBytecode() local
503 dex::u4& base_offset = sparse_switches_[targetOffset].base_offset; in DecodeBytecode() local
Dbytecode_encoder.cc599 void BytecodeEncoder::FixupPackedSwitch(dex::u4 base_offset, in FixupPackedSwitch()
616 void BytecodeEncoder::FixupSparseSwitch(dex::u4 base_offset, in FixupSparseSwitch()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h493 dex::u4 base_offset = kInvalidOffset; member
498 dex::u4 base_offset = kInvalidOffset; member