Searched refs:line_number_program (Results 1 – 3 of 3) sorted by relevance
252 auto *line_number_program = item->GetLineNumberProgram(); in DeduplicateLineNumberProgram() local253 auto *deduplicated = deduper->Deduplicate(line_number_program); in DeduplicateLineNumberProgram()254 if (deduplicated != line_number_program) { in DeduplicateLineNumberProgram()256 line_number_program_index_item_.Remove(line_number_program); in DeduplicateLineNumberProgram()
1101 auto *line_number_program = items->CreateLineNumberProgramItem(); in SetCodeAndDebugInfo() local1102 auto *debug_info = items->CreateItem<DebugInfoItem>(line_number_program); in SetCodeAndDebugInfo()1210 auto *line_number_program = debug_info->GetLineNumberProgram(); in EmitDebugInfo() local1224 line_number_program->EmitSetSourceCode(constant_pool, source_code_item); in EmitDebugInfo()1228 line_number_program->EmitSetFile(constant_pool, source_file_item); in EmitDebugInfo()
678 const uint8_t *line_number_program = dda.GetLineNumberProgram(); in __anon97c8f9171102() local679 …EXPECT_EQ(panda_file->GetIdFromPointer(line_number_program).GetOffset(), line_number_program_item-… in __anon97c8f9171102()682 EXPECT_THAT(opcodes, ::testing::ElementsAreArray(line_number_program, opcodes.size())); in __anon97c8f9171102()