Home
last modified time | relevance | path

Searched refs:abcName (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
H A Dpgo_type_recorder.cpp138 CString abcName; in IsValidPt() local
139 if (decoder_.GetAbcNameById(abcId, abcName)) { in IsValidPt()
140 CString normalizedFileName = JSPandaFile::GetNormalizedFileDesc(abcName); in IsValidPt()
142 LOG_ECMA(DEBUG) << "ProfileType is invalid:" << type.GetTypeString() << ", abcName:" << abcName in IsValidPt()
H A Dpgo_type_location.h37 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation() argument
39 : abcName_(abcName), methodOffset_(methodOffset), bcIdx_(bcIdx) {} in PGOTypeLocation()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_profiler_manager.h139 void SamplePandaFileInfo(uint32_t checksum, const CString &abcName) in SamplePandaFileInfo() argument
142 encoder_->SamplePandaFileInfo(checksum, abcName); in SamplePandaFileInfo()
153 bool GetPandaFileId(const CString &abcName, ApEntityId &entryId) const in GetPandaFileId() argument
156 return encoder_->GetPandaFileId(abcName, entryId); in GetPandaFileId()
H A Dpgo_profiler_encoder.cpp96 void PGOProfilerEncoder::SamplePandaFileInfo(uint32_t checksum, const CString &abcName) in SamplePandaFileInfo() argument
101 abcFilePool_->TryAdd(abcName, entryId); in SamplePandaFileInfo()
104 bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &entryId) in GetPandaFileId() argument
107 return abcFilePool_->GetEntryId(abcName, entryId); in GetPandaFileId()
H A Dpgo_profiler_encoder.h68 void SamplePandaFileInfo(uint32_t checksum, const CString &abcName);
69 bool PUBLIC_API GetPandaFileId(const CString &abcName, ApEntityId &entryId);
H A Dpgo_profiler_decoder.h180 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
193 abcName = entry->GetData(); in GetAbcNameById()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dframe_handler.cpp161 std::string abcName = GetFileName(); in GetAbcId() local
164 if (!pm->GetPandaFileId(CString(abcName), abcId) && !abcName.empty()) { in GetAbcId()
165 LOG_ECMA(ERROR) << "Get method abc id failed. abcName: " << abcName; in GetAbcId()
/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp247 for (const auto& [abcName, versionInfo] : compileContextInfoJson["updateVersionInfo"].items()) { in ParseUpdateVersionInfo()
259 updateVersionInfo[abcName] = pkgContextMap; in ParseUpdateVersionInfo()
/arkcompiler/ets_runtime/ecmascript/ohos/tests/
H A Dohos_test.cpp82 pkgJson += R"(,"pkgPath": "/data/app/el1/bundle/public/com.ohos.test/entry.hap","abcName": "ets/modules.abc")"; in BuildOhosPkgJson()

Completed in 6 milliseconds