Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/quickener/templates/
Dquickener_gen.cpp.erb147 auto *source_code_item = container_->GetOrCreateStringItem(source_code);
148 lnp_item->EmitSetFile(debug_info_item->GetConstantPool(), source_code_item);
/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 __anona92cc8391102()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1251 auto *source_code_item = items->GetOrCreateStringItem(func.source_code); in EmitDebugInfo() local
1252 ASSERT(source_code_item->GetOffset() != 0); in EmitDebugInfo()
1253 line_number_program->EmitSetSourceCode(constant_pool, source_code_item); in EmitDebugInfo()
/arkcompiler/runtime_core/libpandafile/
Dfile_reader.cpp1244 auto *source_code_item = container_.GetOrCreateStringItem(source_code); in UpdateDebugInfo() local
1245 lnp_item->EmitSetFile(debug_info_item->GetConstantPool(), source_code_item); in UpdateDebugInfo()