Searched refs:is64Bit (Results 1 – 13 of 13) sorted by relevance
86 public void notifyRelroCreationCompleted(boolean is64Bit, boolean success) { in notifyRelroCreationCompleted() argument96 if (is64Bit) { in notifyRelroCreationCompleted()109 public void waitForRelroCreationCompleted(boolean is64Bit) { in waitForRelroCreationCompleted() argument120 boolean relroReady = (is64Bit ? mRelroReady64Bit : mRelroReady32Bit); in waitForRelroCreationCompleted()128 relroReady = (is64Bit ? mRelroReady64Bit : mRelroReady32Bit); in waitForRelroCreationCompleted()
28 void notifyRelroCreationCompleted(boolean is64Bit, boolean success); in notifyRelroCreationCompleted() argument34 void waitForRelroCreationCompleted(boolean is64Bit); in waitForRelroCreationCompleted() argument
426 private static void createRelroFile(final boolean is64Bit, String[] nativeLibraryPaths) { in createRelroFile() argument428 is64Bit ? Build.SUPPORTED_64_BIT_ABIS[0] : Build.SUPPORTED_32_BIT_ABIS[0]; in createRelroFile()436 getUpdateService().notifyRelroCreationCompleted(is64Bit, false); in createRelroFile()464 boolean is64Bit = VMRuntime.getRuntime().is64Bit(); in main()470 Log.v(LOGTAG, "RelroFileCreator (64bit = " + is64Bit + "), " + in main()484 getUpdateService().notifyRelroCreationCompleted(is64Bit, result); in main()504 getUpdateService().waitForRelroCreationCompleted(VMRuntime.getRuntime().is64Bit()); in loadNativeLibrary()
330 uint32_t is64Bit = 0; in writeFile() local331 headerStream.addU32(is64Bit); in writeFile()
756 public static final boolean is64Bit() { in is64Bit() method in Process757 return VMRuntime.getRuntime().is64Bit(); in is64Bit()
131 if (VMRuntime.getRuntime().is64Bit()) {
132 vmRuntime.is64Bit() ? "64-bit" : "32-bit"; in handleHELO()
133 inline bool is64Bit() const { in is64Bit() function
1059 if (EPT->isRSObjectType() && EPT->getRSContext()->is64Bit()) { in GetSizeInBits()1136 if (getRSContext()->is64Bit()) { in convertToLLVMType()
842 if (!mContext->is64Bit()) { in HandleTranslationUnitPost()
7046 pkg.applicationInfo.primaryCpuAbi = VMRuntime.getRuntime().is64Bit() ? in scanPackageDirtyLI()7872 final boolean is64Bit = VMRuntime.is64BitInstructionSet( in setNativeLibraryPaths()7879 final String libDir = is64Bit ? LIB64_DIR_NAME : LIB_DIR_NAME; in setNativeLibraryPaths()7884 final String secondaryLibDir = is64Bit ? LIB_DIR_NAME : LIB64_DIR_NAME; in setNativeLibraryPaths()
23450 method public static final boolean is64Bit();
25402 method public static final boolean is64Bit();