Searched refs:faultAddress (Results 1 – 1 of 1) sorted by relevance
169 BigInteger faultAddress = getBigInteger(crash, FAULT_ADDRESS); in matchSecurityCrashes() local170 if (faultAddress != null in matchSecurityCrashes()171 && faultAddress.compareTo(config.minCrashAddress) < 0) { in matchSecurityCrashes()231 BigInteger faultAddress = null; in addAllCrashes() local258 faultAddress = new BigInteger(faultAddrMatch, 16); in addAllCrashes()315 crash.put(FAULT_ADDRESS, faultAddress == null ? null : faultAddress.toString(16)); in addAllCrashes()