Home
last modified time | relevance | path

Searched defs:typeRef (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profile_type.cpp38 ProfileType::ProfileType(PGOContext &context, ProfileTypeRef typeRef) in ProfileType() argument
54 std::optional<ProfileType> ProfileType::CreateFromProfileTypeRef(PGOContext &context, ProfileTypeRef typeRef) in CreateFromProfileTypeRef() argument
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsNewArrayInstanceExpression.cpp86 auto *const typeRef = typeReference_ != nullptr ? typeReference_->Clone(allocator, nullptr) : nullptr; in Clone() local
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DetsNewClassInstanceExpressionBuilder.h32 ETSNewClassInstanceExpressionBuilder &SetTypeReference(ir::Expression *typeRef) in SetTypeReference() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DpromiseVoid.cpp101 auto *typeRef = type->AsETSTypeReference(); in CheckForPromiseVoid() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_method_type_set.cpp119 PGODefineOpTypeRef typeRef; in ProcessToBinary() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp205 static void CreateDynamicObject(const ir::AstNode *node, compiler::ETSGen *etsg, const ir::Expression *typeRef, in CreateDynamicObject() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DETSBinder.cpp84 void ETSBinder::LookupTypeArgumentReferences(ir::ETSTypeReference *typeRef) in LookupTypeArgumentReferences() argument
857 auto *typeRef = childNode->AsETSTypeReference(); in HandleCustomNodes() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp716 ir::TypeNode *typeRef = parseQuery ? AllocNode<ir::TSTypeQuery>(typeName)->AsTypeNode() in ParseTypeReferenceOrQuery() local

Completed in 14 milliseconds