Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_compiler.cpp3486 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3509 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
3532 JumpLabel labelExit; in BYTECODE_BASELINE_HANDLER_IMPLEMENT() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A 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
2799 GetMasm()->j(ArchCc(Condition::GT, true), *labelExit); in EncodeIsSafeInteger() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A 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(); EncodeCastFloatToInt64() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A 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

Completed in 46 milliseconds