Searched refs:ptr_to_jlong (Results 1 – 4 of 4) sorted by relevance
37 #define ptr_to_jlong(a) ((jlong)(uintptr_t)(a)) macro
468 return ptr_to_jlong(globalObject);530 nativeHandle = ptr_to_jlong(object);
212 jlong nativeHandle = ptr_to_jlong(object); in convertValueToJValue()
12647 …C.cpp and JNIUtilityPrivate.cpp need to include jni_jsobject.h for jlong_to_pt() and ptr_to_jlong()