Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h206 for (const VariableLocation& variable_location : variable_locations) { in WriteDebugLocEntry() local
211 DexRegisterLocation reg_lo = variable_location.reg_lo; in WriteDebugLocEntry()
212 DexRegisterLocation reg_hi = variable_location.reg_hi; in WriteDebugLocEntry()
267 debug_loc.PushUint64(variable_location.low_pc); in WriteDebugLocEntry()
268 debug_loc.PushUint64(variable_location.high_pc); in WriteDebugLocEntry()
270 debug_loc.PushUint32(variable_location.low_pc); in WriteDebugLocEntry()
271 debug_loc.PushUint32(variable_location.high_pc); in WriteDebugLocEntry()