Home
last modified time | relevance | path

Searched refs:source_code_id (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Ddebug_info_extractor.cpp76 bool HandleSetSourceCode(uint32_t source_code_id) const in HandleSetSourceCode()
78 state_->SetSourceCode(source_code_id); in HandleSetSourceCode()
H A Ddebug_helpers.h76 bool HandleSetSourceCode([[maybe_unused]] uint32_t source_code_id) const in HandleSetSourceCode()
H A Dfile_reader.cpp1152 auto source_code_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfoDependecies() local
1153 std::string source_code = utf::Mutf8AsCString(file_->GetStringData(source_code_id).data); in UpdateDebugInfoDependecies()
1260 auto source_code_id = File::EntityId(state.ReadULeb128()); in UpdateDebugInfo() local
1261 std::string source_code = utf::Mutf8AsCString(file_->GetStringData(source_code_id).data); in UpdateDebugInfo()

Completed in 5 milliseconds