Home
last modified time | relevance | path

Searched refs:LinkNearPos (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp569 target->LinkNearPos(pos + 1); in Jmp()
622 target->LinkNearPos(pos + 1); in Ja()
654 target->LinkNearPos(pos + 1); in Jb()
685 target->LinkNearPos(pos + 1); in Jz()
717 target->LinkNearPos(pos + 1); in Je()
921 target->LinkNearPos(pos + 1); in Jne()
961 target->LinkNearPos(pos + 1); in Jbe()
1115 target->LinkNearPos(pos + 1); in Jnz()
1147 target->LinkNearPos(pos + 1); in Jle()
1179 target->LinkNearPos(pos + 1); in Jae()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h153 void LinkNearPos(uint32_t pos) in LinkNearPos() function