Searched refs:Vthis (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/pools/poold/libjpool/ |
H A D | jpool.c | 656 jfieldID Vthis; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools() local 662 Vthis = (*jenv)->GetFieldID(jenv, Vclazz, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools() 664 this = (*jenv)->GetLongField(jenv, aVal, Vthis); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1pools() 745 jfieldID Vthis; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources() local 752 Vthis = (*jenv)->GetFieldID(jenv, Vclazz, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources() 754 this = (*jenv)->GetLongField(jenv, aVal, Vthis); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1resources() 811 jfieldID Vthis; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components() local 817 Vthis = (*jenv)->GetFieldID(jenv, Vclazz, in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components() 819 this = (*jenv)->GetLongField(jenv, aVal, Vthis); in Java_com_sun_solaris_service_pools_PoolInternal_pool_1query_1components() 965 jmethodID Vthis; in Java_com_sun_solaris_service_pools_PoolInternal_pool_1resource_1xtransfer() local [all …]
|