| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsTypedefPropertyAndExportAssignment/ |
| D | module.js | 35 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/ |
| D | assemblyLabelProto.cpp | 19 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()
|
| D | assemblyFunctionProto.cpp | 120 panda::pandasm::Label label(name); in Deserialize() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | labelTarget.h | 42 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()
|
| D | regAllocator.h | 57 void AddLabel(Label *label) in AddLabel()
|
| D | pandagen.cpp | 720 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/ |
| D | bytecode_emitter_tests.cpp | 105 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/ |
| D | typeGuardNesting.ts | 71 let label: string = (typeof strOrBool === 'string') ? strOrBool : "string"; variable
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
| D | interface_property.ts | 27 label: string; property
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_emitter.cpp | 123 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/ |
| D | assemblyIns.proto | 33 bytes label = 5; field
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsNamedTupleMember.h | 34 … explicit TSNamedTupleMember(Expression *label, Expression *elementType, bool optional, bool rest) in TSNamedTupleMember()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | assembler_module.h | 49 panda::ecmascript::Label *label = GetFunctionLabel(id); in GetFunction() local
|
| D | circuit_builder.cpp | 814 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 …]
|
| D | circuit_builder-inl.h | 89 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()
|
| D | circuit_builder.h | 818 void SetCurrentLabel(Label *label) in SetCurrentLabel()
|
| /arkcompiler/runtime_core/bytecode_optimizer/ |
| D | codegen.h | 84 void EmitLabel(const std::string label) in EmitLabel()
|
| D | codegen.cpp | 77 auto label = "end_" + BytecodeGen::LabelName(bb->GetId()); in RunImpl() local 453 auto label = LabelName(inst->GetBasicBlock()->GetTrueSuccessor()->GetId()); in IfImmZero() local
|
| D | bytecode_optimizer_isapi.rb | 244 def label method
|
| /arkcompiler/ets_frontend/arkguard/src/transformers/rename/ |
| D | RenameIdentifierTransformer.ts | 269 for (const label of labels) { constant
|
| /arkcompiler/runtime_core/compiler/optimizer/templates/ |
| D | codegen_arm64.rb | 98 def bind(label) argument
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | tryStatement.cpp | 61 compiler::Label *label = pg->AllocLabel(); in CompileFinally() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64.cpp | 896 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/ |
| D | cleanup.h | 135 void SetLabel(Inst *inst, Inst *label) in SetLabel()
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-ins.h | 104 std::string label; /* label at the beginning of a line */ member
|