Searched refs:Vthis (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 622 jfieldID Vthis; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools() local 628 Vthis = (*jenv)->GetFieldID(jenv, Vclazz, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools() 630 this = (*jenv)->GetLongField(jenv, aVal, Vthis); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools() 709 jfieldID Vthis; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources() local 716 Vthis = (*jenv)->GetFieldID(jenv, Vclazz, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources() 718 this = (*jenv)->GetLongField(jenv, aVal, Vthis); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources() 774 jfieldID Vthis; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components() local 780 Vthis = (*jenv)->GetFieldID(jenv, Vclazz, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components() 782 this = (*jenv)->GetLongField(jenv, aVal, Vthis); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components() 922 jmethodID Vthis; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer() local [all …]
|