Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp252 auto *line_number_program = item->GetLineNumberProgram(); in DeduplicateLineNumberProgram() local
253 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()
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1101 auto *line_number_program = items->CreateLineNumberProgramItem(); in SetCodeAndDebugInfo() local
1102 auto *debug_info = items->CreateItem<DebugInfoItem>(line_number_program); in SetCodeAndDebugInfo()
1210 auto *line_number_program = debug_info->GetLineNumberProgram(); in EmitDebugInfo() local
1224 line_number_program->EmitSetSourceCode(constant_pool, source_code_item); in EmitDebugInfo()
1228 line_number_program->EmitSetFile(constant_pool, source_file_item); in EmitDebugInfo()
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp678 const uint8_t *line_number_program = dda.GetLineNumberProgram(); in __anon97c8f9171102() local
679 …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()