Home
last modified time | relevance | path

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

1234

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.cpp130 const CString &fileName, const CString &recordName, bool executeFromJob) in ResolveImportedModuleWithMerge()
157 const CString &fileName, const CString &recordName, const JSPandaFile *jsPandaFile, in ResolveSharedImportedModuleWithMerge()
179 bool SharedModuleManager::SearchInSModuleManagerUnsafe(const CString &recordName) in SearchInSModuleManagerUnsafe()
188 …ourceTextModule> SharedModuleManager::GetSModuleUnsafe(JSThread *thread, const CString &recordName) in GetSModuleUnsafe()
198 …ndle<SourceTextModule> SharedModuleManager::GetSModule(JSThread *thread, const CString &recordName) in GetSModule()
204 bool SharedModuleManager::SearchInSModuleManager(JSThread *thread, const CString &recordName) in SearchInSModuleManager()
209 void SharedModuleManager::InsertInSModuleManager(JSThread *thread, const CString &recordName, in InsertInSModuleManager()
254 CString recordName = jsPandaFile->GetRecordName(entryPoint); in GenerateFuncModule() local
Djs_shared_module_manager.h78 inline void AddResolveImportedSModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedSModule()
83 inline void UpdateResolveImportedSModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedSModule()
Djs_module_manager.h122 inline void AddResolveImportedModule(const CString &recordName, JSTaggedValue module) in AddResolveImportedModule()
127 inline void UpdateResolveImportedModule(const CString &recordName, JSTaggedValue module) in UpdateResolveImportedModule()
Dmodule_path_helper.cpp22 CString &baseFileName, CString recordName, CString requestName) in ConcatFileNameWithMerge()
58 CString &baseFileName, const CString &recordName, CString requestName) in ConcatMergeFileNameToNormalized()
84 …const JSPandaFile *jsPandaFile, CString &baseFileName, const CString &recordName, const CString &r… in ConcatImportFileNormalizedOhmurlWithRecordName()
300 CString ModulePathHelper::ParseUrl(EcmaVM *vm, const CString &recordName) in ParseUrl()
331 …ybe_unused]] CString &baseFileName, CString moduleRequestName, [[maybe_unused]] CString recordName) in ParsePrefixBundle()
380 …thHelper::ParseNormalizedOhmUrl(JSThread *thread, CString &baseFileName, const CString &recordName, in ParseNormalizedOhmUrl()
411 const CString &recordName, const CString &requestName) in MakeNewRecord()
492 const CString& requestName, const CString &recordName) in FindPackageInTopLevelWithNamespace()
541 const CString &recordName, const CString &requestName) in ParseOhpmPackage()
572 const CString &recordName, const CString &requestName, const CString &packagePath) in ParseThirdPartyPackage()
[all …]
Dmodule_manager_helper.cpp99 JSHandle<JSTaggedValue> recordName(thread, binding->GetModuleRecord()); in GetResolvedRecordIndexBindingModule() local
128 JSHandle<JSTaggedValue> recordName(thread, binding->GetModuleRecord()); in GetResolvedRecordBindingModule() local
149 JSHandle<JSTaggedValue> recordName(thread, binding->GetModuleRecord()); in GetLazyModuleValueFromIndexBinding() local
177 JSHandle<JSTaggedValue> recordName(thread, binding->GetModuleRecord()); in GetLazyModuleValueFromRecordBinding() local
Djs_module_manager.cpp435 const CString &recordName, bool executeFromJob) in HostResolveImportedModuleWithMerge()
445 const CString &recordName, bool executeFromJob) in HostResolveImportedModuleWithMergeForHotReload()
461 const CString &recordName, bool executeFromJob) in CommonResolveImportedModuleWithMerge()
554 … JSThread *thread, const JSPandaFile *jsPandaFile, const CString &recordName, bool executeFromJob) in ResolveModuleWithMerge()
698 CString recordName = sourceTextModule->GetEcmaModuleRecordNameString(); in GetRecordName() local
763 …Value> ModuleManager::ExecuteNativeModuleMayThrowError(JSThread *thread, const CString &recordName) in ExecuteNativeModuleMayThrowError()
786 …ndle<JSTaggedValue> ModuleManager::ExecuteNativeModule(JSThread *thread, const CString &recordName) in ExecuteNativeModule()
817 …Handle<JSTaggedValue> ModuleManager::ExecuteJsonModule(JSThread *thread, const CString &recordName, in ExecuteJsonModule()
835 JSHandle<JSTaggedValue> ModuleManager::ExecuteCjsModule(JSThread *thread, const CString &recordName, in ExecuteCjsModule()
863 JSThread *thread, const CString &recordName, const CString &baseFileName) in GetModuleNameSpaceFromFile()
[all …]
Dmodule_logger.cpp228 ModuleLoadInfo *ModuleLogger::GetModuleLoadInfo(const CString &recordName) in GetModuleLoadInfo()
239 void ModuleLogger::SetStartTime(const CString &recordName) in SetStartTime()
247 void ModuleLogger::SetEndTime(const CString &recordName) in SetEndTime()
/arkcompiler/ets_frontend/es2panda/aot/
DresolveDepsRelation.cpp23 … const std::string &progKey, const std::string &recordName) in CollectCommonjsRecords()
127 const std::string &recordName) in CollectStaticImportDepsRelation()
142 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.cpp520 const CString& recordName, in UpdateExtraProfileTypeInfo()
571 … PGOProfiler::ProcessProfileTypeInfo(JSFunction *func, ApEntityId abcId, const CString &recordName, in ProcessProfileTypeInfo()
602 CString recordName = func->GetRecordName(); in HandlePGOPreDump() local
647 CString recordName = func->GetRecordName(); in HandlePGODumpByDumpThread() local
713 void PGOProfiler::ProfileBytecode(ApEntityId abcId, const CString &recordName, JSTaggedValue funcVa… in ProfileBytecode()
958 void PGOProfiler::DumpICByName(ApEntityId abcId, const CString &recordName, EntityId methodId, int3… in DumpICByName()
981 void PGOProfiler::DumpICByValue(ApEntityId abcId, const CString &recordName, EntityId methodId, int… in DumpICByValue()
1010const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByNameWithPoly()
1037const CString &recordName, EntityId methodId, int32_t bcOffset, JSTaggedValue cacheValue, BCType t… in DumpICByValueWithPoly()
1060 bool PGOProfiler::DumpICByNameWithHandler(ApEntityId abcId, const CString &recordName, EntityId met… in DumpICByNameWithHandler()
[all …]
Dpgo_profiler_info.h339 bool Update(const CString &recordName, Callback callback) in Update()
592 auto recordName = iter->first; in Update() local
599 void Update(const CString &abcNormalizedDesc, const CString &recordName, Callback callback) in Update()
619 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo()
633 …void GetTypeInfo(const CString &abcNormalizedDesc, const CString &recordName, const char *methodNa… in GetTypeInfo()
677 …void MatchAndMarkMethod(const CString &abcNormalizedDesc, const CString &recordName, const char *m… in MatchAndMarkMethod()
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp47 void PatchFix::ProcessModule(const std::string &recordName, in ProcessModule()
61 void PatchFix::ProcessJsonContentRecord(const std::string &recordName, const std::string &jsonFileC… in ProcessJsonContentRecord()
74 void PatchFix::DumpModuleInfo(const std::string &recordName, in DumpModuleInfo()
83 void PatchFix::ValidateModuleInfo(const std::string &recordName, in ValidateModuleInfo()
101 void PatchFix::DumpJsonContentRecInfo(const std::string &recordName, const std::string &jsonFileCon… in DumpJsonContentRecInfo()
109 void PatchFix::ValidateJsonContentRecInfo(const std::string &recordName, const std::string &jsonFil… in ValidateJsonContentRecInfo()
541 std::string recordName) in CheckAndRestoreSpecialFunctionName()
DcommonUtil.cpp75 std::string recordName {}; in GetRecordNameFromNormalizedOhmurl() local
122 bool RecordNotGeneratedFromBytecode(std::string recordName) in RecordNotGeneratedFromBytecode()
DmoduleHelpers.cpp51 std::string recordName = line.substr(0, pos); in CompileNpmModuleEntryList() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp82 CString recordName = info.first; in CheckIsRecordWithBundleName() local
190 CString recordName = ParseEntryPoint(desc); in InitializeMergedPF() local
245 bool JSPandaFile::CheckAndGetRecordInfo(const CString &recordName, [[maybe_unused]] JSRecordInfo **… in CheckAndGetRecordInfo() argument
259 const JSRecordInfo* JSPandaFile::GetRecordInfo(const CString &recordName) in GetRecordInfo()
289 bool JSPandaFile::FindOhmUrlInPF(const CString &recordName, CString &entryPoint) const in FindOhmUrlInPF() argument
439 CString recordName = IsBundlePack() ? ENTRY_FUNCTION_NAME : GetRecordName(methodIdx); in GetRecordNameWithBundlePack() local
Djs_pandafile.h191 … const CUnorderedMap<uint32_t, uint64_t> *GetConstpoolMapByReocrd(const CString &recordName) const in GetConstpoolMapByReocrd()
352 bool HasRecord(const CString &recordName) const in HasRecord()
357 JSRecordInfo &FindRecordInfo(const CString &recordName) in FindRecordInfo()
372 void InsertJSRecordInfo(const CString &recordName) in InsertJSRecordInfo()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.cpp25 util::StringView recordName, util::PatchFix *patchFixHelper) in CompilerContext()
/arkcompiler/ets_runtime/ecmascript/ohos/
Dframework_helper.h49 static void GetRealRecordName(CString &recordName) in GetRealRecordName()
/arkcompiler/ets_frontend/ets2panda/varbinder/
DrecordTable.cpp85 util::UString recordName(recordTable_->program_->Allocator()); in FormRecordName() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.h26 …TypeHCRLowering(Circuit *circuit, RPOVisitor *visitor, PassContext *ctx, const CString &recordName, in NTypeHCRLowering()
Dntype_bytecode_lowering.h26 bool enableLog, const std::string& name, const CString& recordName) in NTypeBytecodeLowering()
Dpgo_bc_info.cpp64 const CString &recordName, const MethodLiteral *method) in Record()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_extractor.cpp38 std::unordered_set<std::string> recordName {}; in GetBreakpointAddress() local
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h71 inline static void AdaptOldIsaRecord(CString &recordName) in AdaptOldIsaRecord()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp139 void ExecuteAndLoadJSPandaFile(std::string profDir, std::string recordName) in ExecuteAndLoadJSPandaFile()
170 const auto *recordName = in ParseRelatedPandaFileMethods() local
257 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("test")); in HWTEST_F_L0() local
305 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("test")); in HWTEST_F_L0() local
357 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("test")); in HWTEST_F_L0() local
412 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("sample_test")); in HWTEST_F_L0() local
514 JSHandle<JSTaggedValue> recordName(vm2->GetFactory()->NewFromStdString("sample_test")); in HWTEST_F_L0() local
523 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("sample_test")); in HWTEST_F_L0() local
578 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("sample_test")); in HWTEST_F_L0() local
620 JSHandle<JSTaggedValue> recordName(vm_->GetFactory()->NewFromStdString("ark-profiler9.abc")); in HWTEST_F_L0() local
[all …]

1234