| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| D | classExpression.h | 32 …explicit ClassExpression(ClassDefinition *const def) : Expression(AstNodeType::CLASS_EXPRESSION), … in ClassExpression()
|
| D | classExpression.cpp | 68 auto *const def = def_ != nullptr ? def_->Clone(allocator)->AsClassDefinition() : nullptr; in Clone() local
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | classExpression.h | 36 …explicit ClassExpression(ClassDefinition *def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(d… in ClassExpression()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | adjust_arefs.cpp | 57 auto def = inst->GetInput(0).GetInst(); in RunImpl() local 64 for (auto def : defs_) { in RunImpl() local 174 Inst *def = head->GetInput(0).GetInst(); in ProcessChain() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | classDeclaration.h | 34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| D | classDeclaration.h | 24 explicit ClassDeclaration(ClassDefinition *def, ArenaAllocator *allocator) in ClassDeclaration()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsStructDeclaration.h | 30 explicit ETSStructDeclaration(ClassDefinition *const def, ArenaAllocator *const allocator) in ETSStructDeclaration()
|
| D | etsStructDeclaration.cpp | 81 auto *const def = def_ != nullptr ? def_->Clone(allocator, this)->AsClassDefinition() : nullptr; in Clone() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | chunk_containers.h | 41 ChunkVector(size_t size, T def, Chunk *chunk) in ChunkVector()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | live.h | 73 SparseDataInfo *NewDef(const SparseDataInfo &def) in NewDef()
|
| D | reg_coalesce.h | 188 for (auto def : defPoints) { in DumpDefs() local 196 for (auto def : usePoints) { in DumpUses() local
|
| D | cg_ssa_pre.h | 70 Occ *def = nullptr; // points to its single def variable
|
| D | cg_occur.h | 140 CgOccur *def = nullptr; variable
|
| D | insn.h | 642 void SetStackMapDef(SparseDataInfo &def) in SetStackMapDef()
|
| D | cgbb.h | 1001 SparseDataInfo *def = nullptr; variable
|
| /arkcompiler/ets_frontend/arkguard/src/utils/ |
| D | ScopeAnalyzer.ts | 634 for (const def of current.defs) { constant 900 for (const def of currentDefs) { constant
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/ad/ |
| D | mad.cpp | 199 int MAD::GetLatency(const Insn &def, const Insn &use) const in GetLatency() argument 209 int MAD::BypassLatency(const Insn &def, const Insn &use) const in BypassLatency() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | schedule.cpp | 264 void RegPressureSchedule::CalculatePressure(DepNode &node, regno_t reg, bool def) in CalculatePressure() 279 void RegPressureSchedule::UpdateLiveReg(const DepNode &node, regno_t reg, bool def) in UpdateLiveReg()
|
| D | live.cpp | 95 …Analysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, SparseDataInfo &def, in GenerateLiveInByDefUse()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | bin_mpl_export.h | 259 bool def; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_prop.cpp | 1120 void ExtendShiftPattern::SelectExtendOrShift(const Insn &def) in SelectExtendOrShift() 1229 void ExtendShiftPattern::ReplaceUseInsn(Insn &use, const Insn &def, uint32 amount) in ReplaceUseInsn() 2306 auto &def = static_cast<RegOperand &>(phiIt.second->GetOperand(kInsnFirstOpnd)); in CheckAndGetExistPhiDef() local
|
| D | aarch64_global.cpp | 1461 void ExtendShiftOptPattern::SelectExtendOrShift(const Insn &def) in SelectExtendOrShift() 1612 void ExtendShiftOptPattern::ReplaceUseInsn(Insn &use, const Insn &def, uint32 amount) in ReplaceUseInsn()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | parserImpl.cpp | 711 ir::MethodDefinition *def = property->AsMethodDefinition(); in CheckClassElement() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 239 void InstBuilder::BuildMonitor(const BytecodeInstruction *bcInst, Inst *def, bool isEnter) in BuildMonitor() 345 Inst *def = GetArgDefinition(bcInst, 0, accRead); in BuildSqrtIntrinsic() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 1045 auto def = node->AsClassDeclaration()->Definition(); in AddGlobalDeclaration() local
|