Searched defs:is64Bit (Results 1 – 5 of 5) sorted by relevance
28 void notifyRelroCreationCompleted(boolean is64Bit, boolean success); in notifyRelroCreationCompleted()34 void waitForRelroCreationCompleted(boolean is64Bit); in waitForRelroCreationCompleted()
312 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()
324 uint32_t is64Bit = 0; in writeFile() local
133 inline bool is64Bit() const { in is64Bit() function