Home
last modified time | relevance | path

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

/art/compiler/debug/dwarf/
Dheaders.h145 for (uintptr_t patch_location : entries.GetPatchLocations()) { in WriteDebugInfoCU() local
146 debug_info_patches->push_back(debug_info_offset + entries_offset + patch_location); in WriteDebugInfoCU()
199 for (uintptr_t patch_location : opcodes.GetPatchLocations()) { in WriteDebugLineTable() local
200 debug_line_patches->push_back(debug_line_offset + opcodes_offset + patch_location); in WriteDebugLineTable()