Lines Matching refs:d_hash

309   unsigned int d_hash = dictionary()->compute_hash(child_name, class_loader);
310 int d_index = dictionary()->hash_to_index(d_hash);
318 klassOop childk = find_class(d_index, d_hash, child_name, class_loader);
421 unsigned int d_hash = dictionary()->compute_hash(kn, class_loader);
422 int d_index = dictionary()->hash_to_index(d_hash);
434 dictionary()->add_protection_domain(d_index, d_hash, klass, class_loader,
499 unsigned int d_hash = dictionary()->compute_hash(name, class_loader);
500 int d_index = dictionary()->hash_to_index(d_hash);
532 klassOop check = find_class(d_index, d_hash, name, class_loader);
548 klassOop check = find_class(d_index, d_hash, name, class_loader);
596 unsigned int d_hash = dictionary()->compute_hash(name, class_loader);
597 int d_index = dictionary()->hash_to_index(d_hash);
598 klassOop probe = dictionary()->find(d_index, d_hash, name, class_loader,
636 klassOop check = find_class(d_index, d_hash, name, class_loader);
715 klassOop check = find_class(d_index, d_hash, name, class_loader);
739 klassOop check = find_class(d_index, d_hash, name, class_loader);
773 klassOop check = find_class(d_index, d_hash, name, class_loader);
802 check_constraints(d_index, d_hash, k, class_loader, false, THREAD);
810 update_dictionary(d_index, d_hash, p_index, p_hash,
855 if (dictionary()->is_valid_protection_domain(d_index, d_hash, name,
891 unsigned int d_hash = dictionary()->compute_hash(class_name, class_loader);
892 int d_index = dictionary()->hash_to_index(d_hash);
902 return dictionary()->find(d_index, d_hash, class_name, class_loader,
1149 unsigned int d_hash = shared_dictionary()->compute_hash(class_name, Handle());
1150 int d_index = shared_dictionary()->hash_to_index(d_hash);
1151 return shared_dictionary()->find_shared_class(d_index, d_hash, class_name);
1377 unsigned int d_hash = dictionary()->compute_hash(name_h, class_loader_h);
1378 int d_index = dictionary()->hash_to_index(d_hash);
1379 check_constraints(d_index, d_hash, k, class_loader_h, true, CHECK);
1406 update_dictionary(d_index, d_hash, p_index, p_hash,
1440 unsigned int d_hash = dictionary()->compute_hash(name_h, class_loader);
1441 int d_index = dictionary()->hash_to_index(d_hash);
1452 klassOop check = find_class(d_index, d_hash, name_h, class_loader);
1475 klassOop check = find_class(d_index, d_hash, name_h, class_loader);
1583 unsigned int d_hash = dictionary()->compute_hash(class_name, class_loader);
1584 int d_index = dictionary()->hash_to_index(d_hash);
1585 return find_class(d_index, d_hash, class_name, class_loader);
1940 void SystemDictionary::check_constraints(int d_index, unsigned int d_hash,
1949 klassOop check = find_class(d_index, d_hash, name, class_loader);
1997 void SystemDictionary::update_dictionary(int d_index, unsigned int d_hash,
2032 klassOop sd_check = find_class(d_index, d_hash, name, class_loader);
2038 sd_check = find_class(d_index, d_hash, name, class_loader);