Home
last modified time | relevance | path

Searched refs:GetPandaFileId (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.h153 bool GetPandaFileId(const CString &abcName, ApEntityId &entryId) const in GetPandaFileId() function in panda::ecmascript::pgo::PGOProfilerManager
156 return encoder_->GetPandaFileId(abcName, entryId); in GetPandaFileId()
H A Dpgo_profiler_encoder.h69 bool PUBLIC_API GetPandaFileId(const CString &abcName, ApEntityId &entryId);
H A Dpgo_profiler_encoder.cpp104 bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &entryId) in GetPandaFileId() function in panda::ecmascript::pgo::PGOProfilerEncoder
H A Dpgo_profiler.cpp36 pgo::PGOProfilerManager::GetInstance()->GetPandaFileId(pandaFile->GetJSPandaFileDesc(), abcId); in RecordProfileType()
1951 if (!PGOProfilerManager::GetInstance()->GetPandaFileId(pfName, abcId) && !pfName.empty()) { in GetMethodAbcId()
/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
H A Daot_snapshot.cpp74 if (!pgo::PGOProfilerManager::GetInstance()->GetPandaFileId(jsPandaFile->GetJSPandaFileDesc(), fileId)) { in StoreConstantPoolInfo()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dframe_handler.cpp164 if (!pm->GetPandaFileId(CString(abcName), abcId) && !abcName.empty()) { in GetAbcId()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dfile_generators.cpp447 pgo::PGOProfilerManager::GetInstance()->GetPandaFileId(curCompileFileName_.c_str(), abcId); in CollectCodeInfo()

Completed in 9 milliseconds