Home
last modified time | relevance | path

Searched defs:debugInfoId (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/
Ddebug_data_accessor.cpp21 DebugInfoDataAccessor::DebugInfoDataAccessor(const File &pandaFile, File::EntityId debugInfoId) in DebugInfoDataAccessor()
Ddebug_helpers.cpp23 auto debugInfoId = mda.GetDebugInfoId(); in GetLineNumber() local
Ddebug_info_updater-inl.h305 void Scrap(File::EntityId debugInfoId) in Scrap()
329 …LineNumberProgramItemBase *lnpItem, std::vector<uint8_t> *constantPool, File::EntityId debugInfoId) in Emit()
Dfile_reader.cpp554 DebugInfoItem *FileReader::CreateDebugInfoItem(File::EntityId debugInfoId) in CreateDebugInfoItem()
710 auto debugInfoId = methodAcc.GetDebugInfoId(); in CreateMethodItem() local
1097 void FileReader::UpdateDebugInfoDependecies(File::EntityId debugInfoId) in UpdateDebugInfoDependecies()
1103 void FileReader::UpdateDebugInfo(DebugInfoItem *debugInfoItem, File::EntityId debugInfoId) in UpdateDebugInfo()
Ddebug_info_extractor.cpp240 auto debugInfoId = mda.GetDebugInfoId(); in Extract() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Ddebug_info_extractor.cpp278 auto debugInfoId = mda.GetDebugInfoId(); in ExtractorMethodDebugInfo() local
289const std::optional<panda_file::File::EntityId> debugInfoId, in ExtractorMethodDebugInfo()
347 auto debugInfoId = mda.GetDebugInfoId(); in Extract() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dfile_item_container_test.cpp594 auto debugInfoId = dataAccessor.GetDebugInfoId(); in TEST() local