Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libabckit/include/cpp/headers/arkts/
Dannotation_element_impl.h37 AbckitString *abcName = GetApiConfig()->cIapi_->annotationElementGetName(GetView()); in GetName() local
/arkcompiler/runtime_core/libabckit/include/cpp/headers/core/
Dexport_descriptor_impl.h31 AbckitString *abcName = GetApiConfig()->cIapi_->exportDescriptorGetName(GetView()); in GetName() local
Dnamespace.h85 AbckitString *abcName = GetApiConfig()->cIapi_->namespaceGetName(GetView()); in GetName() local
Dimport_descriptor_impl.h31 AbckitString *abcName = GetApiConfig()->cIapi_->importDescriptorGetName(GetView()); in GetName() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_info.cpp104 void PGOInfo::SamplePandaFileInfoSafe(uint32_t checksum, const CString& abcName) in SamplePandaFileInfoSafe()
129 bool PGOInfo::GetPandaFileIdSafe(const CString& abcName, ApEntityId& entryId) in GetPandaFileIdSafe()
Dpgo_profiler_decoder.h180 bool GetAbcNameById(ApEntityId abcId, CString &abcName) const in GetAbcNameById()
Dpgo_profiler_manager.cpp290 void PGOProfilerManager::SamplePandaFileInfo(uint32_t checksum, const CString& abcName) in SamplePandaFileInfo()
302 bool PGOProfilerManager::GetPandaFileId(const CString& abcName, ApEntityId& entryId) const in GetPandaFileId() argument
/arkcompiler/ets_runtime/ecmascript/compiler/pgo_type/
Dpgo_type_location.h37 explicit PGOTypeLocation(const CString &abcName, uint32_t methodOffset, in PGOTypeLocation()
Dpgo_type_recorder.cpp150 CString abcName; in IsValidPt() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dframe_handler.cpp161 std::string abcName = GetFileName(); in GetAbcId() local