| /arkcompiler/ets_frontend/ets2panda/ir/expressions/ |
| H A D | classExpression.h | 32 explicit ClassExpression(ClassDefinition *const def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(def) {} in ClassExpression() argument
|
| H A D | classExpression.cpp | 70 auto *const def = def_ != nullptr ? def_->Clone(allocator, nullptr)->AsClassDefinition() : nullptr; in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| H A D | etsStructDeclaration.h | 30 explicit ETSStructDeclaration(ClassDefinition *const def, ArenaAllocator *const allocator) in ETSStructDeclaration() argument
|
| H A D | etsStructDeclaration.cpp | 85 auto *const def = def_ != nullptr ? def_->Clone(allocator, nullptr)->AsClassDefinition() : nullptr; in Clone() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/statements/ |
| H A D | namespaceDeclaration.h | 32 explicit NamespaceDeclaration(NamespaceDefinition *def) : Statement(AstNodeType::NAMESPACE_DECLARATION), def_(def) in NamespaceDeclaration() argument
|
| H A D | classDeclaration.h | 24 explicit ClassDeclaration(ClassDefinition *def, ArenaAllocator *allocator) in ClassDeclaration() argument
|
| /arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
| H A D | classExpressionBuilder.h | 29 ClassExpressionBuilder &SetDefinition(ClassDefinition *def) in SetDefinition() argument
|
| H A D | etsStructDeclarationBuilder.h | 29 ETSStructDeclarationBuilder &SetDefenition(ClassDefinition *def) in SetDefenition() argument
|
| H A D | classDeclarationBuilder.h | 32 ClassDeclarationBuilder &SetDefinition(ClassDefinition *def) in SetDefinition() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| H A D | classExpression.h | 36 explicit ClassExpression(ClassDefinition *def) : Expression(AstNodeType::CLASS_EXPRESSION), def_(def) {} in ClassExpression() argument
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | chunk_containers.h | 41 ChunkVector(size_t size, T def, Chunk *chunk) in ChunkVector() argument
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| H A D | ETSparserNamespaces.cpp | 72 auto def = in ParseNamespaceDefinition() local
|
| H A D | parserImpl.cpp | 713 ir::MethodDefinition *def = property->AsMethodDefinition(); in CheckClassElement() local
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| H A D | classDeclaration.h | 35 explicit ClassDeclaration(ClassDefinition *def, ArenaVector<Decorator *> &&decorators, in ClassDeclaration() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| H A D | gc_intrusion_check.cpp | 181 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 D | gc_intrusion.cpp | 689 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 D | adjust_arefs.cpp | 57 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 D | live.cpp | 102 SparseDataInfo *LiveAnalysis::GenerateLiveInByDefUse(SparseDataInfo &liveOut, SparseDataInfo &use, SparseDataInfo &def) in GenerateLiveInByDefUse() argument
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| H A D | inst_builder-inl.h | 247 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 D | scopesInitPhase.cpp | 1251 auto def = node->AsClassDeclaration()->Definition(); in AddGlobalDeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | parserImpl.cpp | 2988 ir::MethodDefinition *def = stmt->AsMethodDefinition(); in IsConstructor() local
|