Home
last modified time | relevance | path

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

/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.cpp251 TEST(BytecodeInstruction, JumpTo) in TEST() argument
701 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.h293 void JumpTo(const ir::AstNode *node, Label *labelTo) in JumpTo() function