Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc370 void CodeIr::FixupPackedSwitch(PackedSwitchPayload* instr, dex::u4 base_offset, in FixupPackedSwitch()
396 void CodeIr::FixupSparseSwitch(SparseSwitchPayload* instr, dex::u4 base_offset, in FixupSparseSwitch()
499 dex::u4& base_offset = packed_switches_[targetOffset].base_offset; in DecodeBytecode() local
504 dex::u4& base_offset = sparse_switches_[targetOffset].base_offset; in DecodeBytecode() local
Dbytecode_encoder.cc548 void BytecodeEncoder::FixupPackedSwitch(dex::u4 base_offset, in FixupPackedSwitch()
565 void BytecodeEncoder::FixupSparseSwitch(dex::u4 base_offset, in FixupSparseSwitch()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h460 dex::u4 base_offset = kInvalidOffset; member
465 dex::u4 base_offset = kInvalidOffset; member