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.h198 for (const VariableLocation& variable_location : variable_locations) { in WriteDebugLocEntry() local
203 DexRegisterLocation reg_lo = variable_location.reg_lo; in WriteDebugLocEntry()
204 DexRegisterLocation reg_hi = variable_location.reg_hi; in WriteDebugLocEntry()
259 debug_loc.PushUint64(variable_location.low_pc); in WriteDebugLocEntry()
260 debug_loc.PushUint64(variable_location.high_pc); in WriteDebugLocEntry()
262 debug_loc.PushUint32(variable_location.low_pc); in WriteDebugLocEntry()
263 debug_loc.PushUint32(variable_location.high_pc); in WriteDebugLocEntry()