Searched defs:abcName (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_manager.h | 138 void SamplePandaFileInfo(uint32_t checksum, const CString &abcName) in SamplePandaFileInfo() 152 bool GetPandaFileId(const CString &abcName, ApEntityId &entryId) const in GetPandaFileId()
|
| D | pgo_profiler_encoder.cpp | 85 void PGOProfilerEncoder::SamplePandaFileInfo(uint32_t checksum, const CString &abcName) in SamplePandaFileInfo() 93 bool PGOProfilerEncoder::GetPandaFileId(const CString &abcName, ApEntityId &entryId) in GetPandaFileId()
|
| D | pgo_profiler_decoder.h | 171 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/ |
| D | pgo_type_location.h | 34 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_table_generator_test.cpp | 59 const auto *abcName = TSTypeTable::DEFAULT_TYPE_VIRTUAL_NAME; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_table_generator.cpp | 76 uint32_t TSTypeTableGenerator::TryGetModuleId(const CString &abcName, const CString &recordName) co… in TryGetModuleId() argument
|
| D | ts_type_parser.cpp | 818 …::GetAbcNameFromProfileType(ProfileType profileType, PGOProfilerDecoder *decoder, CString &abcName) in GetAbcNameFromProfileType() 835 CString abcName = info.jsPandaFile->GetNormalizedFileDesc(); in ParsePGOType() local
|
| D | ts_manager.cpp | 1382 std::string abcName = EcmaStringAccessor(valueString).ToStdString(); in PrintNumOfTypes() local 1443 JSHandle<EcmaString> abcName = GetAbcRequestByModuleId(thread, i); in GetGlobalModuleID() local
|