Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 35) sorted by relevance

12

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsTypedefPropertyAndExportAssignment/
Dmodule.js35 AssertType({ parseHTML: { id: 'parseHTML', label: 'Parse HTML & CSS' }, styl… property
39 AssertType({ id: 'parseHTML', label: 'Parse HTML & CSS' }, "{ id: "parseHTML"; lab… property
52 AssertType({ id: 'styleLayout', label: 'Style & Layout' }, "{ id: "styleLayout"; l… property
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyLabelProto.cpp19 void Label::Serialize(const panda::pandasm::Label &label, protoPanda::Label &protoLabel) in Serialize()
29 void Label::Deserialize(const protoPanda::Label &protoLabel, panda::pandasm::Label &label) in Deserialize()
DassemblyFunctionProto.cpp120 panda::pandasm::Label label(name); in Deserialize() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DlabelTarget.h42 explicit LabelTarget(const util::StringView &label) : LabelTarget(nullptr, label) {} in LabelTarget()
43 explicit LabelTarget(Label *target, const util::StringView &label) in LabelTarget()
63 void SetBreakTarget(Label *label) in SetBreakTarget()
DregAllocator.h57 void AddLabel(Label *label) in AddLabel()
Dpandagen.cpp720 void PandaGen::SetLabel([[maybe_unused]] const ir::AstNode *node, Label *label) in SetLabel()
725 void PandaGen::Branch(const ir::AstNode *node, Label *label) in Branch()
745 Label *PandaGen::ControlFlowChangeBreak(const ir::Identifier *label) in ControlFlowChangeBreak()
771 Label *PandaGen::ControlFlowChangeContinue(const ir::Identifier *label) in ControlFlowChangeContinue()
/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp105 Label label = emitter.CreateLabel(); variable
125 Label label = emitter.CreateLabel(); variable
149 Label label = emitter.CreateLabel(); variable
167 Label label = emitter.CreateLabel(); variable
189 Label label = emitter.CreateLabel(); variable
211 Label label = emitter.CreateLabel(); variable
378 Label label = emitter.CreateLabel(); variable
398 Label label = emitter.CreateLabel(); variable
422 Label label = emitter.CreateLabel(); variable
436 Label label = emitter.CreateLabel(); variable
[all …]
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeGuardNesting.ts71 let label: string = (typeof strOrBool === 'string') ? strOrBool : "string"; variable
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_property.ts27 label: string; property
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp123 void BytecodeEmitter::Bind(const Label &label) in Bind()
163 auto label = it->second; in ReserveSpaceForOffsets() local
227 Label label = branch.second; in UpdateBranches() local
241 Label label = *it; in UpdateLabelTargets() local
280 const Label &label = branch.second; in CheckLabels() local
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyIns.proto33 bytes label = 5; field
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsNamedTupleMember.h34 … explicit TSNamedTupleMember(Expression *label, Expression *elementType, bool optional, bool rest) in TSNamedTupleMember()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dassembler_module.h49 panda::ecmascript::Label *label = GetFunctionLabel(id); in GetFunction() local
Dcircuit_builder.cpp814 auto label = GetCurrentLabel(); in CallBCHandler() local
826 auto label = GetCurrentLabel(); in CallBuiltin() local
838 auto label = GetCurrentLabel(); in CallBuiltinWithArgv() local
850 auto label = GetCurrentLabel(); in CallBCDebugger() local
862 auto label = GetCurrentLabel(); in CallRuntime() local
880 auto label = GetCurrentLabel(); in CallRuntimeVarargs() local
893 auto label = GetCurrentLabel(); in CallNGCRuntime() local
948 auto label = GetCurrentLabel(); in FastCallOptimized() local
966 auto label = GetCurrentLabel(); in CallOptimized() local
985 auto label = GetCurrentLabel(); in CallStub() local
[all …]
Dcircuit_builder-inl.h89 auto label = GetCurrentLabel(); in Load() local
1130 void CircuitBuilder::Bind(Label *label) in Bind()
1136 void CircuitBuilder::Bind(Label *label, bool justSlowPath) in Bind()
1292 void Environment::AddSelectorToLabel(GateRef sel, Label label) in AddSelectorToLabel()
Dcircuit_builder.h818 void SetCurrentLabel(Label *label) in SetCurrentLabel()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.h84 void EmitLabel(const std::string label) in EmitLabel()
Dcodegen.cpp77 auto label = "end_" + BytecodeGen::LabelName(bb->GetId()); in RunImpl() local
453 auto label = LabelName(inst->GetBasicBlock()->GetTrueSuccessor()->GetId()); in IfImmZero() local
Dbytecode_optimizer_isapi.rb244 def label method
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts269 for (const label of labels) { constant
/arkcompiler/runtime_core/compiler/optimizer/templates/
Dcodegen_arm64.rb98 def bind(label) argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
DtryStatement.cpp61 compiler::Label *label = pg->AllocLabel(); in CompileFinally() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp896 void AssemblerAarch64::B(Label *label) in B()
916 void AssemblerAarch64::Bl(Label *label) in Bl()
937 void AssemblerAarch64::B(Condition cond, Label *label) in B()
951 void AssemblerAarch64::Cbz(const Register &rt, Label *label) in Cbz()
959 void AssemblerAarch64::Cbnz(const Register &rt, Label *label) in Cbnz()
979 void AssemblerAarch64::Tbz(const Register &rt, int32_t bitPos, Label *label) in Tbz()
996 void AssemblerAarch64::Tbnz(const Register &rt, int32_t bitPos, Label *label) in Tbnz()
1018 int32_t AssemblerAarch64::LinkAndGetInstOffsetToLabel(Label *label) in LinkAndGetInstOffsetToLabel()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dcleanup.h135 void SetLabel(Inst *inst, Inst *label) in SetLabel()
/arkcompiler/runtime_core/assembler/
Dassembly-ins.h104 std::string label; /* label at the beginning of a line */ member

12