Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.h85 std::string source_code; member
Ddebug_info_extractor.cpp261 const char *source_code = utf::Mutf8AsCString(handler.GetSourceCode()); in Extract() local
Dfile_reader.cpp1153 … std::string source_code = utf::Mutf8AsCString(file_->GetStringData(source_code_id).data); in UpdateDebugInfoDependecies() local
1261 … std::string source_code = utf::Mutf8AsCString(file_->GetStringData(source_code_id).data); in UpdateDebugInfo() local
Dfile_items.cpp1572 …eNumberProgramItem::EmitSetSourceCode(std::vector<uint8_t> *constant_pool, StringItem *source_code) in EmitSetSourceCode()
/arkcompiler/runtime_core/assembler/
Dassembly-function.h79 std::string source_code; member
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp776 std::string source_code = function.source_code; variable