Home
last modified time | relevance | path

Searched defs:def (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DclassExpression.h32 explicit ClassExpression(ClassDefinition *const def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(def) {} in ClassExpression() argument
H A DclassExpression.cpp70 auto *const def = def_ != nullptr ? def_->Clone(allocator, nullptr)->AsClassDefinition() : nullptr; in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsStructDeclaration.h30 explicit ETSStructDeclaration(ClassDefinition *const def, ArenaAllocator *const allocator) in ETSStructDeclaration() argument
H A DetsStructDeclaration.cpp85 auto *const def = def_ != nullptr ? def_->Clone(allocator, nullptr)->AsClassDefinition() : nullptr; in Clone() local
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DnamespaceDeclaration.h32 explicit NamespaceDeclaration(NamespaceDefinition *def) : Statement(AstNodeType::NAMESPACE_DECLARATION), def_(def) in NamespaceDeclaration() argument
H A DclassDeclaration.h24 explicit ClassDeclaration(ClassDefinition *def, ArenaAllocator *allocator) in ClassDeclaration() argument
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DclassExpressionBuilder.h29 ClassExpressionBuilder &SetDefinition(ClassDefinition *def) in SetDefinition() argument
H A DetsStructDeclarationBuilder.h29 ETSStructDeclarationBuilder &SetDefenition(ClassDefinition *def) in SetDefenition() argument
H A DclassDeclarationBuilder.h32 ClassDeclarationBuilder &SetDefinition(ClassDefinition *def) in SetDefinition() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DclassExpression.h36 explicit ClassExpression(ClassDefinition *def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(def) {} in ClassExpression() argument
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dchunk_containers.h41 ChunkVector(size_t size, T def, Chunk *chunk) in ChunkVector() argument
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserNamespaces.cpp72 auto def = in ParseNamespaceDefinition() local
H A DparserImpl.cpp713 ir::MethodDefinition *def = property->AsMethodDefinition(); in CheckClassElement() local
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DclassDeclaration.h35 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators, in ClassDeclaration() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dgc_intrusion_check.cpp181 const Instruction *GcIntrusionCheck::FindDefOrStatepoint(const Instruction *start, const Instruction *def) in FindDefOrStatepoint() argument
187 const Instruction *GcIntrusionCheck::FindDefOrStatepointRecursive(const Instruction *start, const Instruction *def, in FindDefOrStatepointRecursive() argument
H A Dgc_intrusion.cpp689 auto def = llvm::cast<Instruction>(last->getOperand(0)); in HoistForRelocation() local
716 auto def = casts.back()->getOperand(0); in FixupEscapedUsages() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dadjust_arefs.cpp57 auto def = inst->GetInput(0).GetInst(); in RunImpl() local
171 Inst *def = head->GetInput(0).GetInst(); in ProcessChain() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dlive.cpp102 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, SparseDataInfo &def) in GenerateLiveInByDefUse() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h247 void InstBuilder::BuildMonitor(const BytecodeInstruction *bcInst, Inst *def, bool isEnter) in BuildMonitor() argument
346 Inst *def = GetArgDefinition(bcInst, 0, accRead); in BuildSqrtIntrinsic() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp1251 auto def = node->AsClassDeclaration()->Definition(); in AddGlobalDeclaration() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp2988 ir::MethodDefinition *def = stmt->AsMethodDefinition(); in IsConstructor() local

Completed in 25 milliseconds