Searched refs:abcName (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
H A D | pgo_type_recorder.cpp | 138 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 D | pgo_type_location.h | 37 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 D | pgo_profiler_manager.h | 139 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 D | pgo_profiler_encoder.cpp | 96 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 D | pgo_profiler_encoder.h | 68 void SamplePandaFileInfo(uint32_t checksum, const CString &abcName); 69 bool PUBLIC_API GetPandaFileId(const CString &abcName, ApEntityId &entryId);
|
H A D | pgo_profiler_decoder.h | 180 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById() 193 abcName = entry->GetData(); in GetAbcNameById()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | frame_handler.cpp | 161 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 D | options.cpp | 247 for (const auto& [abcName, versionInfo] : compileContextInfoJson["updateVersionInfo"].items()) { in ParseUpdateVersionInfo() 259 updateVersionInfo[abcName] = pkgContextMap; in ParseUpdateVersionInfo()
|
/arkcompiler/ets_runtime/ecmascript/ohos/tests/ |
H A D | ohos_test.cpp | 82 pkgJson += R"(,"pkgPath": "/data/app/el1/bundle/public/com.ohos.test/entry.hap","abcName": "ets/modules.abc")"; in BuildOhosPkgJson()
|
Completed in 6 milliseconds