Searched refs:getArchitecture (Results 1 – 3 of 3) sorted by relevance
53 ARCH = getArchitecture(System.getProperty("os.arch", ""));231 private static Architecture getArchitecture(String value) { in getArchitecture() method in HostProperties
338 if (targetPlatform.getArchitecture().getName() == "x86") {340 } else if (targetPlatform.getArchitecture().getName() == "x86-64") {345 targetPlatform.getArchitecture().name)
655 getArchitecture(uint16_t *pCPU, uint16_t *pBits, UBool *pIsBigEndian, const char *optMatchArch) { in getArchitecture() function1040 getArchitecture(&cpu, &bits, &makeBigEndian, optMatchArch); in writeObjectCode()