Home
last modified time | relevance | path

Searched defs:source_code (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h85 std::string source_code; member
Ddebug_info_extractor.cpp244 const char *source_code = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract() local
Dfile_reader.cpp1133 … std::string source_code = utf::Mutf8AsCString(file_->GetStringData(source_code_id).data); in UpdateDebugInfoDependecies() local
1241 … std::string source_code = utf::Mutf8AsCString(file_->GetStringData(source_code_id).data); in UpdateDebugInfo() local
Dfile_items.cpp1552 …eNumberProgramItem::EmitSetSourceCode(std::vector<uint8_t> *constant_pool, StringItem *source_code) in EmitSetSourceCode()
/arkcompiler/runtime_core/assembler/
Dassembly-function.h80 std::string source_code; member