Searched refs:BytecodeEncoder (Results 1 – 3 of 3) sorted by relevance
128 bool BytecodeEncoder::Visit(Bytecode* bytecode) { in Visit()487 bool BytecodeEncoder::Visit(PackedSwitchPayload* packed_switch) { in Visit()511 bool BytecodeEncoder::Visit(SparseSwitchPayload* sparse_switch) { in Visit()535 bool BytecodeEncoder::Visit(ArrayData* array_data) { in Visit()547 bool BytecodeEncoder::Visit(Label* label) { in Visit()558 bool BytecodeEncoder::Visit(DbgInfoHeader* dbg_header) { in Visit()563 bool BytecodeEncoder::Visit(DbgInfoAnnotation* dbg_annotation) { in Visit()568 bool BytecodeEncoder::Visit(TryBlockBegin* try_begin) { in Visit()573 bool BytecodeEncoder::Visit(TryBlockEnd* try_end) { in Visit()578 void BytecodeEncoder::FixupSwitchOffsets() { in FixupSwitchOffsets()[all …]
44 BytecodeEncoder bytecode_encoder(instructions); in Assemble()
30 class BytecodeEncoder : public Visitor {32 explicit BytecodeEncoder(const InstructionsList& instructions) in BytecodeEncoder() function36 ~BytecodeEncoder() = default;