Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp232 static void EmitJmp(Opcode op, int32_t imm, std::vector<uint8_t> *out) in EmitJmp() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp304 void AssemblerX64::EmitJmp(int32_t offset) in EmitJmp() function in panda::ecmascript::x64::AssemblerX64