Home
last modified time | relevance | path

Searched refs:FindOhmUrlInPF (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_path_helper.cpp470 if (jsPandaFile->FindOhmUrlInPF(maybeKey, ohpmKey)) { in FindOhpmEntryPoint()
722 // FindOhmUrlInPF: frontend generate mapping in abc, in TranstaleExpressionInput()
725 if (jsPandaFile->FindOhmUrlInPF(requestPath, outEntryPoint)) { in TranstaleExpressionInput()
800 bool isModuleName = jsPandaFile->FindOhmUrlInPF(moduleName, outEntryPoint); in ParseCrossModuleFile()
808 isModuleName = jsPandaFile->FindOhmUrlInPF(moduleName, outEntryPoint); in ParseCrossModuleFile()
983 if (jsPandaFile->FindOhmUrlInPF(requestPath, outEntryPoint)) { in ConcatOtherNormalizedOhmurl()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile.cpp275 if (FindOhmUrlInPF(recordName, entryPoint) && HasRecord(entryPoint)) { in GetEntryPoint()
289 bool JSPandaFile::FindOhmUrlInPF(const CString &recordName, CString &entryPoint) const in FindOhmUrlInPF() function in panda::ecmascript::JSPandaFile
H A Djs_pandafile.h405 bool FindOhmUrlInPF(const CString &recordName, CString &entryPoint) const;

Completed in 5 milliseconds