Searched refs:GETCRITICAL (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | Bits.c | 56 #define GETCRITICAL(bytes, env, obj) { \ macro 93 GETCRITICAL(bytes, env, src); in Java_java_nio_Bits_copyFromShortArray() 128 GETCRITICAL(bytes, env, dst); in Java_java_nio_Bits_copyToShortArray() 163 GETCRITICAL(bytes, env, src); in Java_java_nio_Bits_copyFromIntArray() 198 GETCRITICAL(bytes, env, dst); in Java_java_nio_Bits_copyToIntArray() 233 GETCRITICAL(bytes, env, src); in Java_java_nio_Bits_copyFromLongArray() 268 GETCRITICAL(bytes, env, dst); in Java_java_nio_Bits_copyToLongArray()
|