Home
last modified time | relevance | path

Searched refs:BytecodeEncoder (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Dbytecode_encoder.cc125 bool BytecodeEncoder::Visit(Bytecode* bytecode) { in Visit()
436 bool BytecodeEncoder::Visit(PackedSwitchPayload* packed_switch) { in Visit()
460 bool BytecodeEncoder::Visit(SparseSwitchPayload* sparse_switch) { in Visit()
484 bool BytecodeEncoder::Visit(ArrayData* array_data) { in Visit()
496 bool BytecodeEncoder::Visit(Label* label) { in Visit()
507 bool BytecodeEncoder::Visit(DbgInfoHeader* dbg_header) { in Visit()
512 bool BytecodeEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()
517 bool BytecodeEncoder::Visit(TryBlockBegin* try_begin) { in Visit()
522 bool BytecodeEncoder::Visit(TryBlockEnd* try_end) { in Visit()
527 void BytecodeEncoder::FixupSwitchOffsets() { in FixupSwitchOffsets()
[all …]
Dcode_ir.cc45 BytecodeEncoder bytecode_encoder(instructions); in Assemble()
/tools/dexter/slicer/export/slicer/
Dbytecode_encoder.h30 class BytecodeEncoder : public Visitor {
32 explicit BytecodeEncoder(const InstructionsList& instructions) in BytecodeEncoder() function
36 ~BytecodeEncoder() = default;