Home
last modified time | relevance | path

Searched defs:source_file (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/assembler/
H A Dassembly-record.h39 std::string source_file; /* The file in which the record is defined or empty */ member
H A Dassembly-function.h79 std::string source_file; /* The file in which the function is defined or empty */ member
/arkcompiler/runtime_core/libpandafile/
H A Ddebug_info_extractor.h84 std::string source_file; member
H A Dfile_items.cpp1555 void LineNumberProgramItem::EmitSetFile(std::vector<uint8_t> *constant_pool, StringItem *source_file) in EmitSetFile() argument
H A Dfile_reader.cpp979 std::string source_file = utf::Mutf8AsCString(file_->GetStringData(source_file_id.value()).data); in CreateClassItem() local
1147 std::string source_file = utf::Mutf8AsCString(file_->GetStringData(source_file_id).data); in UpdateDebugInfoDependecies() local
1254 std::string source_file = utf::Mutf8AsCString(file_->GetStringData(source_file_id).data); in UpdateDebugInfo() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dlayouts.py35 def source_file(src_file: Path, **kwargs) -> Syntax: function
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp405 StringItem *source_file = container.GetOrCreateStringItem("source_file"); in HWTEST() local
914 StringItem *source_file = container.GetOrCreateStringItem("source_file"); in CreateItems() local
237 TestPandaFile(MemoryWriter& mem_writer, std::unique_ptr<const File>& panda_file, ClassItem* class_item, ClassItem* empty_class_item, StringItem* source_file, ClassDataAccessor class_data_accessor) TestPandaFile() argument
1178 StringItem *source_file = container.GetOrCreateStringItem("source_file"); HWTEST() local
[all...]
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
H A Dhello_world_test.cpp776 std::string source_file = function.source_file; in HWTEST_F() local

Completed in 10 milliseconds