Home
last modified time | relevance | path

Searched defs:labelExit (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1164 auto labelExit = static_cast<Aarch32LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsInteger() local
1185 auto labelExit = static_cast<Aarch32LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsSafeInteger() local
1621 auto labelExit = CreateLabel(); in EncodeCastDoubleToInt64() local
1665 auto labelExit = CreateLabel(); in EncodeCastFloatToInt64() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2778 auto labelExit = static_cast<Amd64LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsInteger() local
2792 auto labelExit = static_cast<Amd64LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsSafeInteger() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp672 auto labelExit = static_cast<Aarch64LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsInteger() local
692 auto labelExit = static_cast<Aarch64LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsSafeInteger() local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp3508 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3531 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3554 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local