Searched refs:class_hash (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)\
194 (class_hash->buckets[ID / HASH_ROW_SIZE] + ID % HASH_ROW_SIZE)
241 hash_table_type class_hash; member in struct:context_type
440 hash_table_type *class_hash = &(context->class_hash); local
441 class_hash->buckets = (hash_bucket_type **)
443 class_hash->table = (unsigned short *)
445 if (class_hash->buckets == 0 ||
446 class_hash->table == 0)
448 class_hash
453 hash_table_type *class_hash = &(context->class_hash); local
482 hash_table_type *class_hash = &(context->class_hash); local
550 hash_table_type *class_hash = &(context->class_hash); local
611 hash_table_type *class_hash = &(context->class_hash); local
659 hash_table_type *class_hash = &(context->class_hash); local
667 hash_table_type *class_hash = &(context->class_hash); local
[all...]

Completed in 36 milliseconds