Searched defs:is64Bit (Results 1 – 6 of 6) sorted by relevance
28 void notifyRelroCreationCompleted(boolean is64Bit, boolean success); in notifyRelroCreationCompleted()34 void waitForRelroCreationCompleted(boolean is64Bit); in waitForRelroCreationCompleted()
426 private static void createRelroFile(final boolean is64Bit, String[] nativeLibraryPaths) { in createRelroFile()
86 public void notifyRelroCreationCompleted(boolean is64Bit, boolean success) { in notifyRelroCreationCompleted()109 public void waitForRelroCreationCompleted(boolean is64Bit) { in waitForRelroCreationCompleted()
330 uint32_t is64Bit = 0; in writeFile() local
133 inline bool is64Bit() const { in is64Bit() function
756 public static final boolean is64Bit() { in is64Bit() method in Process