Home
last modified time | relevance | path

Searched refs:isAddressExecutable (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/os/jni/
Dandroid_os_cts_NoExecutePermissionTest.cpp26 static jboolean isAddressExecutable(uintptr_t address) { in isAddressExecutable() function
50 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()