Home
last modified time | relevance | path

Searched defs:def (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DclassExpression.h32 …explicit ClassExpression(ClassDefinition *const def) : Expression(AstNodeType::CLASS_EXPRESSION), … in ClassExpression()
DclassExpression.cpp68 auto *const def = def_ != nullptr ? def_->Clone(allocator)->AsClassDefinition() : nullptr; in Clone() local
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DclassExpression.h36 …explicit ClassExpression(ClassDefinition *def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(d… in ClassExpression()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp57 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/
DclassDeclaration.h34 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators) in ClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DclassDeclaration.h24 explicit ClassDeclaration(ClassDefinition *def, ArenaAllocator *allocator) in ClassDeclaration()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsStructDeclaration.h30 explicit ETSStructDeclaration(ClassDefinition *const def, ArenaAllocator *const allocator) in ETSStructDeclaration()
DetsStructDeclaration.cpp81 auto *const def = def_ != nullptr ? def_->Clone(allocator, this)->AsClassDefinition() : nullptr; in Clone() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dchunk_containers.h41 ChunkVector(size_t size, T def, Chunk *chunk) in ChunkVector()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dlive.h73 SparseDataInfo *NewDef(const SparseDataInfo &def) in NewDef()
Dreg_coalesce.h188 for (auto def : defPoints) { in DumpDefs() local
196 for (auto def : usePoints) { in DumpUses() local
Dcg_ssa_pre.h70 Occ *def = nullptr; // points to its single def variable
Dcg_occur.h140 CgOccur *def = nullptr; variable
Dinsn.h642 void SetStackMapDef(SparseDataInfo &def) in SetStackMapDef()
Dcgbb.h1001 SparseDataInfo *def = nullptr; variable
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts634 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/
Dmad.cpp199 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/
Dschedule.cpp264 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()
Dlive.cpp95 …Analysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, SparseDataInfo &def, in GenerateLiveInByDefUse()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mpl_export.h259 bool def; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_prop.cpp1120 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
Daarch64_global.cpp1461 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/
DparserImpl.cpp711 ir::MethodDefinition *def = property->AsMethodDefinition(); in CheckClassElement() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h239 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/
DscopesInitPhase.cpp1045 auto def = node->AsClassDeclaration()->Definition(); in AddGlobalDeclaration() local

12