Searched refs:getArchitecture (Results 1 – 4 of 4) sorted by relevance
55 ARCH = getArchitecture(System.getProperty("os.arch", ""));251 private static Architecture getArchitecture(String value) { in getArchitecture() method in HostProperties
54 ARCH = getArchitecture(System.getProperty("os.arch", ""));250 private static Architecture getArchitecture(String value) { in getArchitecture() method in HostProperties
304 if (targetPlatform.getArchitecture().getName() == "x86") {306 } else if (targetPlatform.getArchitecture().getName() == "x86-64") {311 targetPlatform.getArchitecture().name)
744 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() function1143 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()