Searched refs:getArchitecture (Results 1 – 4 of 4) sorted by relevance
54 ARCH = getArchitecture(System.getProperty("os.arch", ""));250 private static Architecture getArchitecture(String value) { in getArchitecture() method in HostProperties
55 ARCH = getArchitecture(System.getProperty("os.arch", ""));251 private static Architecture getArchitecture(String value) { in getArchitecture() method in HostProperties
319 if (targetPlatform.getArchitecture().getName() == "x86") {321 } else if (targetPlatform.getArchitecture().getName() == "x86-64") {326 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()