Searched refs:source_code_item (Results 1 – 4 of 4) sorted by relevance
147 auto *source_code_item = container_->GetOrCreateStringItem(source_code);148 lnp_item->EmitSetFile(debug_info_item->GetConstantPool(), source_code_item);
593 StringItem *source_code_item = container.GetOrCreateStringItem("let a = 1;"); variable628 line_number_program_item->EmitSetSourceCode(constant_pool, source_code_item);673 EXPECT_EQ(helpers::ReadULeb128(&cp), source_code_item->GetOffset()); in __anona92cc8391102()
1251 auto *source_code_item = items->GetOrCreateStringItem(func.source_code); in EmitDebugInfo() local1252 ASSERT(source_code_item->GetOffset() != 0); in EmitDebugInfo()1253 line_number_program->EmitSetSourceCode(constant_pool, source_code_item); in EmitDebugInfo()
1244 auto *source_code_item = container_.GetOrCreateStringItem(source_code); in UpdateDebugInfo() local1245 lnp_item->EmitSetFile(debug_info_item->GetConstantPool(), source_code_item); in UpdateDebugInfo()