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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp899 int recur1 = klass_index_at(index1); local
901 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
920 int recur1 = uncached_klass_ref_index_at(index1); local
922 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
924 recur1 = uncached_name_and_type_ref_index_at(index1);
926 match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
962 int recur1 = name_ref_index_at(index1); local
964 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
966 recur1 = signature_ref_index_at(index1);
968 match = compare_entry_to(recur1, cp
986 int recur1 = string_index_at(index1); local
[all...]

Completed in 34 milliseconds