Home
last modified time | relevance | path

Searched defs:targetLabel (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp96 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
131 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
175 …tructuringIteratorContext::AbortContext(ControlFlowChange cfc, const util::StringView &targetLabel) in AbortContext()
223 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
DdynamicContext.h48 [[maybe_unused]] const util::StringView &targetLabel) {}; in AbortContext()
/arkcompiler/ets_frontend/ts2panda/tests/statements/
DdoWhile.test.ts102 let targetLabel = (jmp).getTarget(); variable
138 let targetLabel = (jmp).getTarget(); variable
Dfor.test.ts145 let targetLabel = (jmp).getTarget(); variable
187 let targetLabel = (jmp).getTarget(); variable
262 let targetLabel = (jmp).getTarget(); variable
337 let targetLabel = (jmp).getTarget(); variable
Dwhile.test.ts151 let targetLabel = (jmp).getTarget(); variable
184 let targetLabel = (jmp).getTarget(); variable
/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dconditions.test.ts50 let targetLabel = (<Jeqz>jumps[0]).getTarget(); variable
64 let targetLabel = (<Jeqz>jumps[0]).getTarget(); variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.h48 [[maybe_unused]] const util::StringView &targetLabel) {}; in AbortContext()
227 [[maybe_unused]] const util::StringView &targetLabel) override in AbortContext()
DdynamicContext.cpp108 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
139 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_optimize_common.cpp31 void X64InsnVisitor::ModifyJumpTarget(LabelIdx targetLabel, BB &bb) in ModifyJumpTarget()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_optimize_common.cpp51 void AArch64InsnVisitor::ModifyJumpTarget(maple::LabelIdx targetLabel, BB &bb) in ModifyJumpTarget()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp520 LabelIdx targetLabel; in RemoveBB() local