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.cpp1161 auto labelExit = static_cast<Aarch32LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsInteger() local
1182 auto labelExit = static_cast<Aarch32LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsSafeInteger() local
1629 auto labelExit = CreateLabel(); in EncodeCastDoubleToInt64() local
1673 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.cpp3465 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3488 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3511 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local