Home
last modified time | relevance | path

Searched refs:IsBound (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
H A 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()
917 if (target->IsBound()) { in Jne()
957 if (target->IsBound()) { in Jbe()
1121 if (target->IsBound()) { in Jnz()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/
H A Dassembler.h121 bool IsBound() const in IsBound() function in panda::ecmascript::Label
143 ASSERT(!IsBound()); in GetLinkedPos()
172 ASSERT(!IsBound()); in GetLinkedNearPos()
/arkcompiler/runtime_core/static_core/verification/value/
H A Dvar_binding.h39 bool IsBound(Variables::Var v);
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dassembler_module.h50 if (label->IsBound()) { in GetFunction()
H A Dcircuit_builder_helper.h420 bool IsBound() const in IsBound() function in panda::panda::ecmascript::kungfu::Variable
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp1035 if (label->IsBound()) { in LinkAndGetInstOffsetToLabel()
1051 ASSERT(!target->IsBound()); in Bind()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp3321 ASSERT(plabel->IsBound()); in GetLabelAddress()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp357 ASSERT(plabel->IsBound()); in GetLabelAddress()

Completed in 17 milliseconds