Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp110 const util::StringView &targetLabel) in AbortContext()
173 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
217 …tructuringIteratorContext::AbortContext(ControlFlowChange cfc, const util::StringView &targetLabel) in AbortContext()
265 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
DdynamicContext.h48 [[maybe_unused]] const util::StringView &targetLabel) {}; in AbortContext()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_optimize_common.cpp25 void X64InsnVisitor::ModifyJumpTarget(LabelIdx targetLabel, BB &bb) in ModifyJumpTarget()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_optimize_common.cpp37 void AArch64InsnVisitor::ModifyJumpTarget(maple::LabelIdx targetLabel, BB &bb) in ModifyJumpTarget()
/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.cpp109 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
140 [[maybe_unused]] const util::StringView &targetLabel) in AbortContext()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp403 LabelIdx targetLabel; in RemoveBB() local