Home
last modified time | relevance | path

Searched defs:recordName (Results 1 – 25 of 116) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.cpp38 bool SharedModuleManager::SearchInSModuleManagerUnsafe(const CString &recordName) in SearchInSModuleManagerUnsafe()
47 …ourceTextModule> SharedModuleManager::GetSModuleUnsafe(JSThread *thread, const CString &recordName) in GetSModuleUnsafe()
57 …ndle<SourceTextModule> SharedModuleManager::GetSModule(JSThread *thread, const CString &recordName) in GetSModule()
63 bool SharedModuleManager::SearchInSModuleManager(JSThread *thread, const CString &recordName) in SearchInSModuleManager()
69 bool SharedModuleManager::TryInsertInSModuleManager(JSThread *thread, const CString &recordName, in TryInsertInSModuleManager()
78 JSThread *thread, const CString &recordName, JSTaggedValue module) in AddToResolvedModulesAndCreateSharedModuleMutex()
91 CString recordName = module->GetEcmaModuleRecordNameString(); in TransferFromLocalToSharedModuleMapAndGetInsertedSModule() local
117 CString recordName = jsPandaFile->GetRecordName(entryPoint); in GenerateFuncModule() local
Dmodule_resolver.cpp40 const CString& recordName, in HostResolveImportedModule()
61 const CString& recordName, in HostResolveImportedModule()
104 CString recordName = module->GetEcmaModuleRecordNameString(); in HostResolveImportedModuleWithMerge() local
155const CString &recordName, in ResolveSharedImportedModuleWithMerge()
180const CString &recordName, in HostResolveImportedModuleForHotReload()
206const CString &recordName, in HostResolveImportedModuleWithMerge()
326 const CString &recordName, in ResolveModuleWithMerge()
Djs_shared_module_manager.h67 inline bool AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule()
72 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule()
Djs_module_manager.cpp208 CString recordName = sourceTextModule->GetEcmaModuleRecordNameString(); in GetRecordName() local
259 …Value> ModuleManager::ExecuteNativeModuleMayThrowError(JSThread *thread, const CString &recordName) in ExecuteNativeModuleMayThrowError()
282 …ndle<JSTaggedValue> ModuleManager::ExecuteNativeModule(JSThread *thread, const CString &recordName) in ExecuteNativeModule()
307 …Handle<JSTaggedValue> ModuleManager::ExecuteJsonModule(JSThread *thread, const CString &recordName, in ExecuteJsonModule()
325 JSHandle<JSTaggedValue> ModuleManager::ExecuteCjsModule(JSThread *thread, const CString &recordName, in ExecuteCjsModule()
362 void ModuleManager::RemoveModuleFromCache(const CString& recordName) in RemoveModuleFromCache()
377 void ModuleManager::RemoveModuleNameFromList(const CString& recordName) in RemoveModuleNameFromList()
Djs_module_manager.h85 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule()
90 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule()
Dmodule_path_helper.cpp26 CString &baseFileName, const CString &recordName, const CString &requestName) in ConcatFileNameWithMerge()
63 CString &baseFileName, const CString &recordName, CString requestName) in ConcatMergeFileNameToNormalized()
92 …const JSPandaFile *jsPandaFile, CString &baseFileName, const CString &recordName, const CString &r… in ConcatImportFileNormalizedOhmurlWithRecordName()
299 CString ModulePathHelper::ParseUrl(EcmaVM *vm, const CString &recordName) in ParseUrl()
330 …ybe_unused]] CString &baseFileName, CString moduleRequestName, [[maybe_unused]] CString recordName) in ParsePrefixBundle()
353 …thHelper::ParseNormalizedOhmUrl(JSThread *thread, CString &baseFileName, const CString &recordName, in ParseNormalizedOhmUrl()
384 const CString &recordName, const CString &requestName) in MakeNewRecord()
469 const CString& requestName, const CString &recordName) in FindPackageInTopLevelWithNamespace()
518 const CString &recordName, const CString &requestName) in ParseOhpmPackage()
548 const CString &recordName, const CString &requestName, const CString &packagePath) in ParseThirdPartyPackage()
[all …]
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp91 util::UString recordName(recordTable_->program_->Allocator()); in FormRecordName() local
97 util::UString recordName(recordTable_->program_->Allocator()); in FormRecordName() local
/arkcompiler/ets_frontend/es2panda/aot/
DresolveDepsRelation.cpp23 … const std::string &progKey, const std::string &recordName) in CollectCommonjsAndJsonRecords()
131 const std::string &recordName) in CollectStaticImportDepsRelation()
146 const std::string &recordName) in CollectDynamicImportDepsRelation()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_decoder.h91 void Update(const JSPandaFile *jsPandaFile, const CString &recordName, Callback callback) in Update()
100 …void GetTypeInfo(const JSPandaFile *jsPandaFile, const CString &recordName, const MethodLiteral *m… in GetTypeInfo()
118 …void MatchAndMarkMethod(const JSPandaFile *jsPandaFile, const CString &recordName, const char *met… in MatchAndMarkMethod()
Dpgo_profiler.cpp447 const CString& recordName, in UpdateExtraProfileTypeInfo()
497 …rofiler::ProcessExtraProfileTypeInfo(JSFunction *func, ApEntityId abcId, const CString &recordName, in ProcessExtraProfileTypeInfo()
551 CString recordName = func->GetRecordName(thread); in HandlePGOPreDump() local
598 CString recordName = func->GetRecordName(thread); in HandlePGODump() local
655 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString& recordName, JSTaggedValue funcVa… in ProfileBytecode()
909 void PGOProfiler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int3… in DumpICByName()
933 void PGOProfiler::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int… in DumpICByValue()
965const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly()
993const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly()
1020 bool PGOProfiler::DumpICByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId met… in DumpICByNameWithHandler()
[all …]
Dpgo_profiler_info.h371 bool Update(const CString &recordName, Callback callback) in Update()
634 auto recordName = iter->first; in Update() local
641 void Update(const CString &abcNormalizedDesc, const CString &recordName, Callback callback) in Update()
661 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo()
675 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo()
719 …void MatchAndMarkMethod(const CString &abcNormalizedDesc, const CString &recordName, const char *m… in MatchAndMarkMethod()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp38 void PatchFix::ProcessModule(const std::string &recordName, in ProcessModule()
52 void PatchFix::ProcessJsonContentRecord(const std::string &recordName, const std::string &jsonFileC… in ProcessJsonContentRecord()
65 void PatchFix::DumpModuleInfo(const std::string &recordName, in DumpModuleInfo()
74 void PatchFix::ValidateModuleInfo(const std::string &recordName, in ValidateModuleInfo()
92 void PatchFix::DumpJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileCon… in DumpJsonContentRecInfo()
100 void PatchFix::ValidateJsonContentRecInfo(const std::string &recordName, const std::string &jsonFil… in ValidateJsonContentRecInfo()
525 std::string recordName) in CheckAndRestoreSpecialFunctionName()
DcommonUtil.cpp85 std::string recordName {}; in GetRecordNameFromNormalizedOhmurl() local
190 bool RecordNotGeneratedFromBytecode(std::string recordName) in RecordNotGeneratedFromBytecode()
/arkcompiler/ets_frontend/ets2panda/test/utils/
Dasm_test.cpp43 ark::pandasm::Record *AsmTest::GetRecord(std::string_view recordName, in GetRecord()
118 void AsmTest::CheckRecordAnnotations(ark::pandasm::Program *program, const std::string &recordName, in CheckRecordAnnotations()
140 void AsmTest::CheckModuleAnnotation(ark::pandasm::Program *program, const std::string &recordName, … in CheckModuleAnnotation()
174 …mTest::CheckRecordWithoutAnnotations(ark::pandasm::Program *program, const std::string &recordName, in CheckRecordWithoutAnnotations()
252 … AsmTest::CheckClassFieldAnnotations(ark::pandasm::Program *program, const std::string &recordName, in CheckClassFieldAnnotations()
276 …t::CheckClassFieldWithoutAnnotations(ark::pandasm::Program *program, const std::string &recordName, in CheckClassFieldWithoutAnnotations()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.h212 … const CUnorderedMap<uint32_t, uint64_t> *GetConstpoolMapByReocrd(const CString &recordName) const in GetConstpoolMapByReocrd()
334 inline JSRecordInfo* CheckAndGetRecordInfo(const CString &recordName) const in CheckAndGetRecordInfo()
390 inline bool HasRecord(const CString &recordName) const in HasRecord()
395 JSRecordInfo &FindRecordInfo(const CString &recordName) in FindRecordInfo()
410 void InsertJSRecordInfo(const CString &recordName) in InsertJSRecordInfo()
417 void InsertNpmEntries(const CString &recordName, const CString &fieldName) in InsertNpmEntries()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp25util::StringView recordName, util::PatchFix *patchFixHelper, bool enableColumn) in CompilerContext()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dframework_helper.h49 static void GetRealRecordName(CString &recordName) in GetRealRecordName()
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmodule.cpp28 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/runtime_core/panda_guard/obfuscate/
Dobject.h54 Object(Program *program, std::string literalArrayIdx, std::string recordName) in Object()
/arkcompiler/runtime_core/static_core/abc2program/common/
Dabc_code_converter.cpp53 auto recordName = keyData_.GetFullRecordNameById(fieldAccessor.GetClassId()); in IDToString() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmodule.cpp39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dmodule.cpp39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/ets_frontend/ets2panda/test/unit/annotations/
Dannotations_for_functional_objects.cpp48 const std::string recordName = "Iface$ObjectLiteral"; in CheckClassAnnotations() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.h117 bool enableLog, const std::string& name, const CString &recordName) in SlowPathLowering()
Dntype_hcr_lowering.h26 …TypeHCRLowering(Circuit *circuit, RPOVisitor *visitor, PassContext *ctx, const CString &recordName, in NTypeHCRLowering()

12345