Home
last modified time | relevance | path

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

/art/compiler/dwarf/
Dheaders.h125 for (uintptr_t patch_location : entries.GetPatchLocations()) { in WriteDebugInfoCU() local
126 debug_info_patches->push_back(entries_offset + patch_location); in WriteDebugInfoCU()
179 for (uintptr_t patch_location : opcodes.GetPatchLocations()) { in WriteDebugLineTable() local
180 debug_line_patches->push_back(opcodes_offset + patch_location); in WriteDebugLineTable()