| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_hclass_generator.cpp | 28 PGOHClassTreeDesc *desc; in FindHClassLayoutDesc() local 43 PGOHClassTreeDesc *desc; in GenerateHClass() local 75 PGOHClassTreeDesc *desc; in GenerateIHClass() local 102 …const 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()
|
| D | pgo_type_recorder.h | 50 inline bool GetHClassTreeDesc(PGOSampleType type, PGOHClassTreeDesc **desc) const in GetHClassTreeDesc()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_layout.h | 206 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 …]
|
| D | pgo_profiler_layout.cpp | 24 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/ |
| D | js_primitive_ref.cpp | 43 …PropertyDescriptor desc(thread, JSHandle<JSTaggedValue>(thread, JSTaggedValue(length)), false, fal… in StringCreate() local 52 PropertyDescriptor *desc) in StringGetIndexProperty()
|
| D | js_arguments.cpp | 25 const JSHandle<JSTaggedValue> &key, PropertyDescriptor &desc) in GetOwnProperty() 45 … const JSHandle<JSTaggedValue> &key, const PropertyDescriptor &desc) in DefineOwnProperty()
|
| D | filter_helper.h | 40 static bool IgnoreKeyByFilter(T &desc, uint32_t filter) in IgnoreKeyByFilter()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | constructorType.h | 24 …explicit ConstructorType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION… in ConstructorType()
|
| D | functionType.h | 25 …explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, d… in FunctionType()
|
| D | objectLiteralType.h | 24 …explicit ObjectLiteralType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::LITERA… in ObjectLiteralType()
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | constructorType.h | 25 …explicit ConstructorType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION… in ConstructorType()
|
| D | functionType.h | 26 …explicit FunctionType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::FUNCTION, d… in FunctionType()
|
| D | objectLiteralType.h | 25 …explicit ObjectLiteralType(ObjectDescriptor *desc) : ObjectType(ObjectType::ObjectTypeKind::LITERA… in ObjectLiteralType()
|
| D | tupleType.h | 36 …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/ |
| D | builtins_sharedobject_test.cpp | 66 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/ |
| D | parserImpl.cpp | 261 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/ |
| D | test262util.py | 156 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/ |
| D | js_pandafile.cpp | 142 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
|
| D | js_pandafile_manager.cpp | 155 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() 515 … const CString &desc, std::string_view entryPoint) in GenerateJSPandaFile()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | std_core_Method.cpp | 95 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/ |
| D | typeCreation.cpp | 154 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/ |
| D | js_proxy_test.cpp | 87 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
|
| D | js_primitive_ref_test.cpp | 67 PropertyDescriptor desc(thread); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsIndexSignature.cpp | 60 …checker::ObjectDescriptor *desc = checker->Allocator()->New<checker::ObjectDescriptor>(checker->Al… in Check() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | typeCreation.cpp | 153 Type *TSChecker::CreateTupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, in CreateTupleType() 162 Type *TSChecker::CreateTupleType(ObjectDescriptor *desc, ArenaVector<ElementFlags> &&elementFlags, in CreateTupleType()
|