Searched refs:source_code_item (Results 1 – 3 of 3) sorted by relevance
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 __anon1a961e181102()
1222 auto *source_code_item = items->GetOrCreateStringItem(func.source_code); in EmitDebugInfo() local1223 ASSERT(source_code_item->GetOffset() != 0); in EmitDebugInfo()1224 line_number_program->EmitSetSourceCode(constant_pool, source_code_item); in EmitDebugInfo()
1242 auto *source_code_item = container_.GetOrCreateStringItem(source_code); in UpdateDebugInfo() local1243 lnp_item->EmitSetFile(debug_info_item->GetConstantPool(), source_code_item); in UpdateDebugInfo()