Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 25 of 124) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_hclass_generator.cpp28 PGOHClassTreeDesc *desc; in FindHClassLayoutDesc() local
43 PGOHClassTreeDesc *desc; in GenerateHClass() local
75 PGOHClassTreeDesc *desc; in GenerateIHClass() local
102const PGOHClassTreeDesc *desc, const HClassLayoutDesc *parent, uint32_t lastNum, uint32_t &maxNum)… in CaculateMaxNumOfObj() argument
149 void PGOHClassGenerator::CreateChildHClass(ProfileType rootType, const PGOHClassTreeDesc *desc, in CreateChildHClass()
Dpgo_type_recorder.h50 inline bool GetHClassTreeDesc(PGOSampleType type, PGOHClassTreeDesc **desc) const in GetHClassTreeDesc()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.h206 RootHClassLayoutDesc(const RootHClassLayoutDesc &desc) in RootHClassLayoutDesc()
265 ChildHClassLayoutDesc(const ChildHClassLayoutDesc &desc) in ChildHClassLayoutDesc()
411 static size_t CaculateSize(const RootHClassLayoutDesc &desc) in CaculateSize()
422 void Merge(const RootHClassLayoutDesc &desc) in Merge()
443 void Convert(PGOContext& context, RootHClassLayoutDesc *desc) const in Convert()
501 static size_t CaculateSize(const ChildHClassLayoutDesc &desc) in CaculateSize()
510 void Merge(const ChildHClassLayoutDesc &desc) in Merge()
528 void Convert(PGOContext& context, ChildHClassLayoutDesc *desc) const in Convert()
559 static size_t CaculateSize(const PGOHClassTreeDesc &desc) in CaculateSize()
574 static std::string GetTypeString(const PGOHClassTreeDesc &desc) in GetTypeString()
[all …]
Dpgo_profiler_layout.cpp24 IterateAll([] (HClassLayoutDesc *desc) { in Clear()
157 void HClassLayoutDesc::InsertKeyAndDesc(const PGOHandler &handler, PropertyDesc &desc) in InsertKeyAndDesc()
193 fromDesc->IterateProps([this] (const PropertyDesc &desc) { in Merge()
/arkcompiler/ets_runtime/ecmascript/
Djs_primitive_ref.cpp43 …PropertyDescriptor desc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(length)), false, fal… in StringCreate() local
52 PropertyDescriptor *desc) in StringGetIndexProperty()
Djs_arguments.cpp25 const JSHandle<JSTaggedValue> &key, PropertyDescriptor &desc) in GetOwnProperty()
45 … const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc) in DefineOwnProperty()
Dfilter_helper.h40 static bool IgnoreKeyByFilter(T &desc, uint32_t filter) in IgnoreKeyByFilter()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DconstructorType.h24 …explicit ConstructorType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION… in ConstructorType()
DfunctionType.h25 …explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, d… in FunctionType()
DobjectLiteralType.h24 …explicit ObjectLiteralType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::LITERA… in ObjectLiteralType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
DconstructorType.h25 …explicit ConstructorType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION… in ConstructorType()
DfunctionType.h26 …explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, d… in FunctionType()
DobjectLiteralType.h25 …explicit ObjectLiteralType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::LITERA… in ObjectLiteralType()
DtupleType.h36 …TupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, ElementFlags combinedF… in TupleType()
52 …TupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, ElementFlags combinedF… in TupleType()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_sharedobject_test.cpp66 PropertyDescriptor desc(thread); in HWTEST_F_L0() local
103 PropertyDescriptor desc(thread); in HWTEST_F_L0() local
127 PropertyDescriptor desc(thread); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/parser/
DparserImpl.cpp261 void ParserImpl::ParseClassAccessor(ClassElementDescriptor *desc, char32_t *nextCp) in ParseClassAccessor()
291 void ParserImpl::ThrowIfPrivateIdent(ClassElementDescriptor *desc, const char *msg) in ThrowIfPrivateIdent()
300 void ParserImpl::ValidateClassKey(ClassElementDescriptor *desc) in ValidateClassKey()
351 ir::Expression *ParserImpl::ParseClassKey(ClassElementDescriptor *desc) in ParseClassKey()
413 void ParserImpl::ValidateClassMethodStart(ClassElementDescriptor *desc, [[maybe_unused]] ir::TypeNo… in ValidateClassMethodStart()
429 void ParserImpl::ValidateClassSetter([[maybe_unused]] ClassElementDescriptor *desc, in ValidateClassSetter()
438 void ParserImpl::ValidateClassGetter([[maybe_unused]] ClassElementDescriptor *desc, in ValidateClassGetter()
447 ir::MethodDefinition *ParserImpl::ParseClassMethod(ClassElementDescriptor *desc, in ParseClassMethod()
476 ir::ClassElement *ParserImpl::ParseClassProperty(ClassElementDescriptor *desc, in ParseClassProperty()
514 void ParserImpl::CheckClassGeneratorMethod(ClassElementDescriptor *desc, char32_t *nextCp) in CheckClassGeneratorMethod()
[all …]
/arkcompiler/ets_frontend/es2panda/test/
Dtest262util.py156 def validate_parse_result(return_code, std_err, desc, out): argument
170 def validate_runtime_result(self, return_code, std_err, desc, out): argument
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp142 const char *desc = utf::Mutf8AsCString(cda.GetDescriptor()); in InitializeUnMergedPF() local
208 CString desc = utf::Mutf8AsCString(cda.GetDescriptor()); in InitializeMergedPF() local
265 CString desc = utf::Mutf8AsCString(cda.GetDescriptor()); in FindOhmUrlInPF() local
354 CString JSPandaFile::GetNormalizedFileDesc(const CString &desc) in GetNormalizedFileDesc()
411 CString desc = utf::Mutf8AsCString(cda.GetDescriptor()); in GetRecordName() local
Djs_pandafile_manager.cpp155 const CString &desc = filename.empty() ? pf->GetFilename().c_str() : filename; in LoadJSPandaFile() local
199 const CString &desc = filename.empty() ? pf->GetFilename().c_str() : filename; in LoadJSPandaFileSecure() local
382 …_ptr<JSPandaFile> JSPandaFileManager::OpenJSPandaFile(const CString &filename, const CString &desc) in OpenJSPandaFile()
406 …tr<JSPandaFile> JSPandaFileManager::NewJSPandaFile(const panda_file::File *pf, const CString &desc) in NewJSPandaFile()
484 std::string GetModuleNameFromDesc(const std::string &desc) in GetModuleNameFromDesc()
515const CString &desc, std::string_view entryPoint) in GenerateJSPandaFile()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_Method.cpp95 EtsObject *TypeAPIMethodInvoke(EtsString *desc, EtsObject *recv, EtsArray *args) in TypeAPIMethodInvoke()
107 EtsObject *TypeAPIMethodInvokeConstructor(EtsString *desc, EtsArray *args) in TypeAPIMethodInvokeConstructor()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeCreation.cpp154 Type *Checker::CreateTupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, in CreateTupleType()
161 Type *Checker::CreateTupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, in CreateTupleType()
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_proxy_test.cpp87 PropertyDescriptor desc(thread); in HWTEST_F_L0() local
159 PropertyDescriptor desc(thread); in HWTEST_F_L0() local
242 PropertyDescriptor desc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1))); in HWTEST_F_L0() local
284 …PropertyDescriptor desc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1)), true, true, tru… in HWTEST_F_L0() local
472 PropertyDescriptor desc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1))); in HWTEST_F_L0() local
513 PropertyDescriptor desc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1))); in HWTEST_F_L0() local
593 …PropertyDescriptor desc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(2))); // 2 : test ca… in HandlerConstruct() local
605 PropertyDescriptor desc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(1))); in HandlerConFunc() local
Djs_primitive_ref_test.cpp67 PropertyDescriptor desc(thread); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsIndexSignature.cpp60 …checker::ObjectDescriptor *desc = checker->Allocator()->New<checker::ObjectDescriptor>(checker->Al… in Check() local
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DtypeCreation.cpp153 Type *TSChecker::CreateTupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, in CreateTupleType()
162 Type *TSChecker::CreateTupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, in CreateTupleType()

12345