Searched defs:GET_BUCKET (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c193 #define GET_BUCKET(class_hash, ID)\ macro
458 hash_bucket_type *bucket = GET_BUCKET(class_hash, i);
495 return GET_BUCKET(class_hash, i);
560 bucket = GET_BUCKET(class_hash, *pID);
619 bucket = GET_BUCKET(class_hash, *pID);
660 hash_bucket_type *bucket = GET_BUCKET(class_hash, ID);
668 hash_bucket_type *bucket = GET_BUCKET(class_hash, ID);

Completed in 283 milliseconds