Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_manager.h138 void SamplePandaFileInfo(uint32_t checksum, const CString &abcName) in SamplePandaFileInfo()
152 bool GetPandaFileId(const CString &abcName, ApEntityId &entryId) const in GetPandaFileId()
Dpgo_profiler_encoder.cpp85 void PGOProfilerEncoder::SamplePandaFileInfo(uint32_t checksum, const CString &abcName) in SamplePandaFileInfo()
93 bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &entryId) in GetPandaFileId()
Dpgo_profiler_decoder.h171 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_location.h34 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation()
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_table_generator_test.cpp59 const auto *abcName = TSTypeTable::DEFAULT_TYPE_VIRTUAL_NAME; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_table_generator.cpp76 uint32_t TSTypeTableGenerator::TryGetModuleId(const CString &abcName, const CString &recordName) co… in TryGetModuleId() argument
Dts_type_parser.cpp818 …::GetAbcNameFromProfileType(ProfileType profileType, PGOProfilerDecoder *decoder, CString &abcName) in GetAbcNameFromProfileType()
835 CString abcName = info.jsPandaFile->GetNormalizedFileDesc(); in ParsePGOType() local
Dts_manager.cpp1382 std::string abcName = EcmaStringAccessor(valueString).ToStdString(); in PrintNumOfTypes() local
1443 JSHandle<EcmaString> abcName = GetAbcRequestByModuleId(thread, i); in GetGlobalModuleID() local