Home
last modified time | relevance | path

Searched defs:BytecodeEmitter (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.h30 class BytecodeEmitter; variable
52 friend class BytecodeEmitter; variable
73 BytecodeEmitter() : pc_(0) {} in BytecodeEmitter() function
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp609 static void Jmpz_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> emi… in Jmpz_IMM8()
618 static void Jmpz_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> em… in Jmpz_IMM16()
630 static void Jmp_V8_IMM8(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label &… in Jmp_V8_IMM8()
639 static void Jmp_V8_IMM16(Opcode opcode, std::function<void(BytecodeEmitter *, uint8_t, const Label … in Jmp_V8_IMM16()
651 static void Jmpz_IMM32(Opcode opcode, std::function<void(BytecodeEmitter *, const Label &label)> em… in Jmpz_IMM32()