Searched refs:isAddressExecutable (Results 1 – 1 of 1) sorted by relevance
26 static jboolean isAddressExecutable(uintptr_t address) { in isAddressExecutable() function50 return isAddressExecutable((uintptr_t) __builtin_return_address(0)); in android_os_cts_NoExecutePermissionTest_isMyCodeExecutable()56 return isAddressExecutable((uintptr_t) &foo); in android_os_cts_NoExecutePermissionTest_isStackExecutable()67 jboolean result = isAddressExecutable((uintptr_t) foo); in android_os_cts_NoExecutePermissionTest_isHeapExecutable()