Lines Matching refs:BytecodeEncoder
125 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()
548 void BytecodeEncoder::FixupPackedSwitch(dex::u4 base_offset, in FixupPackedSwitch()
565 void BytecodeEncoder::FixupSparseSwitch(dex::u4 base_offset, in FixupSparseSwitch()
584 void BytecodeEncoder::FixupLabels() { in FixupLabels()
605 void BytecodeEncoder::Encode(ir::Code* ir_code, std::shared_ptr<ir::DexFile> dex_ir) { in Encode()