Lines Matching refs:here_address
155 VCDAddress here_address, in EncodeAddress() argument
163 if (address >= here_address) { in EncodeAddress()
165 << ") < here_address (" << here_address << ")" << LOG_ENDL; in EncodeAddress()
189 const VCDAddress here_encoded_address = here_address - address; in EncodeAddress()
224 VCDAddress here_address) { in IsDecodedAddressValid() argument
229 } else if (decoded_address >= here_address) { in IsDecodedAddressValid()
231 << ") is beyond location in target file (" << here_address in IsDecodedAddressValid()
277 VCDAddress VCDiffAddressCache::DecodeAddress(VCDAddress here_address, in DecodeAddress() argument
281 if (here_address < 0) { in DecodeAddress()
283 " for here_address: " << here_address << LOG_ENDL; in DecodeAddress()
312 decoded_address = DecodeHereAddress(encoded_address, here_address); in DecodeAddress()
323 if (!IsDecodedAddressValid(decoded_address, here_address)) { in DecodeAddress()