Home
last modified time | relevance | path

Searched defs:JumpTo (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dbytecode_inst.h193 auto JumpTo(int32_t offset) const in JumpTo() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction.h40 OldBytecodeInst JumpTo(int32_t offset) const in JumpTo() function
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dinstruction_handler_base.h241 ALWAYS_INLINE void JumpTo(const uint8_t *pc) in JumpTo() function
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp252 TEST(BytecodeInstruction, JumpTo) in TEST() argument
703 TEST(BytecodeInstructionSafe, JumpTo) in TEST() argument
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp276 TEST(BytecodeInstruction, JumpTo) in TEST() argument
780 TEST(BytecodeInstructionSafe, JumpTo) in TEST() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h171 void JumpTo(const ir::AstNode *node, Label *labelTo) in JumpTo() function