Searched refs:reg_loc (Results 1 – 1 of 1) sorted by relevance
295 AbstractRegisterLocation reg_loc; in SetRegisterLocationToAtCFAPlusOffset() local296 reg_loc.SetAtCFAPlusOffset(offset); in SetRegisterLocationToAtCFAPlusOffset()297 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToAtCFAPlusOffset()307 AbstractRegisterLocation reg_loc; in SetRegisterLocationToIsCFAPlusOffset() local308 reg_loc.SetIsCFAPlusOffset(offset); in SetRegisterLocationToIsCFAPlusOffset()309 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToIsCFAPlusOffset()324 AbstractRegisterLocation reg_loc; in SetRegisterLocationToUndefined() local325 reg_loc.SetUndefined(); in SetRegisterLocationToUndefined()326 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToUndefined()335 AbstractRegisterLocation reg_loc; in SetRegisterLocationToUnspecified() local[all …]