Home
last modified time | relevance | path

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

1234567

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DlabelTarget.h41 explicit LabelTarget(const util::StringView &label) : LabelTarget(nullptr, label) {} in LabelTarget()
42 explicit LabelTarget(Label *target, const util::StringView &label) in LabelTarget()
62 void SetBreakTarget(Label *label) in SetBreakTarget()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dslow_path.h29 explicit SlowPathBase(LabelHolder::LabelId label) : SlowPathBase(label, nullptr) {} in SlowPathBase()
30 SlowPathBase(LabelHolder::LabelId label, Inst *inst) in SlowPathBase()
86 SlowPathIntrinsic(LabelHolder::LabelId label, Inst *inst) : SlowPathBase(label, inst) {} in SlowPathIntrinsic()
97 explicit SlowPathEntrypoint(LabelHolder::LabelId label) : SlowPathBase(label) {} in SlowPathEntrypoint()
98 SlowPathEntrypoint(LabelHolder::LabelId label, Inst *inst, EntrypointId eid) in SlowPathEntrypoint()
132 SlowPathDeoptimize(LabelHolder::LabelId label, Inst *inst, DeoptimizeType deoptimizeType) in SlowPathDeoptimize()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_assembler.h119 void Bind(JumpLabel &label) in Bind()
124 void Jz(JumpLabel &label) in Jz()
129 void Jnz(JumpLabel &label) in Jnz()
134 void Jump(JumpLabel &label) in Jump()
/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_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()
/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()
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_emitter_tests.cpp107 Label label = emitter.CreateLabel(); in TEST() local
127 Label label = emitter.CreateLabel(); in TEST() local
151 Label label = emitter.CreateLabel(); in TEST() local
169 Label label = emitter.CreateLabel(); in TEST() local
191 Label label = emitter.CreateLabel(); in TEST() local
213 Label label = emitter.CreateLabel(); in TEST() local
382 Label label = emitter.CreateLabel(); in TEST() local
402 Label label = emitter.CreateLabel(); in TEST() local
428 Label label = emitter.CreateLabel(); in JcmpBwd_V8_IMM8() local
451 Label label = emitter.CreateLabel(); in JcmpFwd_V8_IMM8() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dmacro_assembler_x64.cpp49 void MacroAssemblerX64::Bind(JumpLabel &label) in Bind()
54 void MacroAssemblerX64::Jz(JumpLabel &label) in Jz()
59 void MacroAssemblerX64::Jnz(JumpLabel &label) in Jnz()
64 void MacroAssemblerX64::Jump(JumpLabel &label) in Jump()
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DAbilityInterface.ts39 label: string; property
62 label: string; property
85 label: string; property
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_emitter.cpp122 void BytecodeEmitter::Bind(const Label &label) in Bind()
162 auto label = it->second; in ReserveSpaceForOffsets() local
229 Label label = branch.second; in UpdateBranches() local
243 Label label = *it; in UpdateLabelTargets() local
282 const Label &label = branch.second; in CheckLabels() local
/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.cpp120 void BytecodeEmitter::Bind(const Label &label) in Bind()
160 auto label = it->second; in ReserveSpaceForOffsets() local
224 Label label = branch.second; in UpdateBranches() local
238 Label label = *it; in UpdateLabelTargets() local
282 const Label &label = branch.second; in CheckLabels() local
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_property.ts27 label: string; property
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h127 void CircuitBuilder::Bind(Label *label) in Bind()
133 void CircuitBuilder::Bind(Label *label, bool justSlowPath) in Bind()
193 delete label; in ~LogicAndBuilder() local
239 delete label; in ~LogicOrBuilder() local
/arkcompiler/toolchain/test/autotest/testcases/toolchain/performance/
DTestSendableMethod.json6 "label": "phone" string
DTestWorkerBasicFuncWithGPSOn.json6 "label": "phone" string
/arkcompiler/toolchain/test/autotest/testcases/toolchain/profiler/
DTestNativeProfilerTime.json6 "label": "phone" string
DTestWorkerProfilerHeapSampling.json6 "label": "phone" string
DTestWorkerProfilerAllocation02.json6 "label": "phone" string
/arkcompiler/toolchain/test/autotest/testcases/toolchain/debug/
DTestAttachWorkerStep.json6 "label": "phone" string
DTestMainMixedDebug.json6 "label": "phone" string
DTestMainSmartStepInto.json6 "label": "phone" string
DTestWorkerRunAfterProfiler.json6 "label": "phone" string
DTestWorkerLaunchAccelerate.json6 "label": "phone" string
DTestWorkerDropFrame01.json6 "label": "phone" string
DTestWorkerStep.json6 "label": "phone" string

1234567