Home
last modified time | relevance | path

Searched defs:abcName (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_location.h41 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation()
Dpgo_type_recorder.cpp129 CString abcName; in IsValidPt() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h139 void SamplePandaFileInfo(uint32_t checksum, const CString &abcName) in SamplePandaFileInfo()
153 bool GetPandaFileId(const CString &abcName, ApEntityId &entryId) const in GetPandaFileId()
Dpgo_profiler_encoder.cpp96 void PGOProfilerEncoder::SamplePandaFileInfo(uint32_t checksum, const CString &abcName) in SamplePandaFileInfo()
104 bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &entryId) in GetPandaFileId()
Dpgo_profiler_decoder.h180 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp161 std::string abcName = GetFileName(); in GetAbcId() local