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.cpp1165 auto labelExit = static_cast<Aarch32LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsInteger() local
1186 auto labelExit = static_cast<Aarch32LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsSafeInteger() local
1652 auto labelExit = CreateLabel(); in EncodeCastDoubleToInt64() local
1696 auto labelExit = CreateLabel(); in EncodeCastFloatToInt64() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp2839 auto labelExit = static_cast<Amd64LabelHolder *>(GetLabels())->GetLabel(CreateLabel()); in EncodeIsInteger() local
2853 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.cpp3501 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3524 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3547 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local