Home
last modified time | relevance | path

Searched refs:FixupSparseSwitch (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dbytecode_encoder.h55 void FixupSparseSwitch(dex::u4 base_offset, dex::u4 payload_offset);
Dcode_ir.h468 void FixupSparseSwitch(SparseSwitchPayload* instr, dex::u4 base_offset, const dex::u2* ptr);
/tools/dexter/slicer/
Dcode_ir.cc286 FixupSparseSwitch(fixup.second.instr, fixup.second.base_offset, in FixupSwitches()
395 void CodeIr::FixupSparseSwitch(SparseSwitchPayload* instr, dex::u4 base_offset, in FixupSparseSwitch() function in lir::CodeIr
Dbytecode_encoder.cc590 FixupSparseSwitch(offset, offset + dex::s4(dex_instr.vB)); in FixupSwitchOffsets()
616 void BytecodeEncoder::FixupSparseSwitch(dex::u4 base_offset, in FixupSparseSwitch() function in lir::BytecodeEncoder