Home
last modified time | relevance | path

Searched refs:source_code_item (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp593 StringItem *source_code_item = container.GetOrCreateStringItem("let a = 1;"); variable
628 line_number_program_item->EmitSetSourceCode(constant_pool, source_code_item);
673 EXPECT_EQ(helpers::ReadULeb128(&cp), source_code_item->GetOffset()); in __anon1a961e181102()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1222 auto *source_code_item = items->GetOrCreateStringItem(func.source_code); in EmitDebugInfo() local
1223 ASSERT(source_code_item->GetOffset() != 0); in EmitDebugInfo()
1224 line_number_program->EmitSetSourceCode(constant_pool, source_code_item); in EmitDebugInfo()
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp1242 auto *source_code_item = container_.GetOrCreateStringItem(source_code); in UpdateDebugInfo() local
1243 lnp_item->EmitSetFile(debug_info_item->GetConstantPool(), source_code_item); in UpdateDebugInfo()