Searched refs:variable_location (Results 1 – 1 of 1) sorted by relevance
206 for (const VariableLocation& variable_location : variable_locations) { in WriteDebugLocEntry() local211 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()