Home
last modified time | relevance | path

Searched refs:IsBound (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
Dassembler.h110 bool IsBound() const in IsBound() function
132 ASSERT(!IsBound()); in GetLinkedPos()
161 ASSERT(!IsBound()); in GetLinkedNearPos()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dassembler_x64.cpp530 if (target->IsBound()) { in Callq()
556 if (target->IsBound()) { in Jmp()
610 if (target->IsBound()) { in Ja()
642 if (target->IsBound()) { in Jb()
673 if (target->IsBound()) { in Jz()
705 if (target->IsBound()) { in Je()
738 ASSERT(!target->IsBound()); in Bind()
909 if (target->IsBound()) { in Jne()
949 if (target->IsBound()) { in Jbe()
1103 if (target->IsBound()) { in Jnz()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.h50 if (label->IsBound()) { in GetFunction()
Dcircuit_builder.h920 bool IsBound() const in IsBound() function
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp1021 if (label->IsBound()) { in LinkAndGetInstOffsetToLabel()
1037 ASSERT(!target->IsBound()); in Bind()