Searched refs:is64BitMode (Results 1 – 1 of 1) sorted by relevance
244 bool is64BitMode = (sizeof(void*) == sizeof(uint64_t)); in VMRuntime_is64Bit() local245 return is64BitMode ? JNI_TRUE : JNI_FALSE; in VMRuntime_is64Bit()