Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.cpp256 auto *line_number_program = item->GetLineNumberProgram(); in DeduplicateLineNumberProgram() local
257 auto *deduplicated = deduper->Deduplicate(line_number_program); in DeduplicateLineNumberProgram()
258 if (deduplicated != line_number_program) { in DeduplicateLineNumberProgram()
260 line_number_program_index_item_.Remove(line_number_program); in DeduplicateLineNumberProgram()
/arkcompiler/runtime_core/assembler/
H A Dassembly-emitter.cpp1161 auto *line_number_program = items->CreateLineNumberProgramItem(); in SetCodeAndDebugInfo() local
1162 auto *debug_info = items->CreateItem<DebugInfoItem>(line_number_program); in SetCodeAndDebugInfo()
1272 auto *line_number_program = debug_info->GetLineNumberProgram(); in EmitDebugInfo() local
1286 line_number_program->EmitSetSourceCode(constant_pool, source_code_item); in EmitDebugInfo()
1290 line_number_program->EmitSetFile(constant_pool, source_file_item); in EmitDebugInfo()
/arkcompiler/runtime_core/libpandafile/tests/
H A Dfile_item_container_test.cpp720 const uint8_t *line_number_program = dda.GetLineNumberProgram(); in HWTEST()
721 EXPECT_EQ(panda_file->GetIdFromPointer(line_number_program).GetOffset(), line_number_program_item->GetOffset()); in HWTEST()
724 EXPECT_THAT(opcodes, ::testing::ElementsAreArray(line_number_program, opcodes.size())); in HWTEST()

Completed in 9 milliseconds