GetObjectClass
,GetObjectRefType
,IsInstanceOf
,IsSameObject
,(#Under Construction)
jni_GetObjectClass() -> Klass::java_mirror() -> JNIHandles::make_local() -> (See: here for details)
jni_GetObjectRefType() -> JNIHandles::is_local_handle() -> JNIHandleBlock::chain_contains() -> JNIHandles::is_frame_handle() -> JNIHandles::is_global_handle() -> JNIHandleBlock::chain_contains() -> JNIHandles::is_weak_global_handle() -> JNIHandleBlock::chain_contains()
jni_IsInstanceOf() -> oopDesc::is_a() -> (See: ...#TODO)
jni_IsSameObject() -> (ポインタ値を比較)
See: here for details
See: here for details
See: here for details
See: here for details
See: here for details
See: here for details
See: here for details
See: here for details
See: here for details
This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.