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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstantPoolOop.cpp900 int recur2 = cp2->klass_index_at(index2); local
901 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
921 int recur2 = cp2->uncached_klass_ref_index_at(index2); local
922 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
925 recur2 = cp2->uncached_name_and_type_ref_index_at(index2);
926 match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
963 int recur2 = cp2->name_ref_index_at(index2); local
964 bool match = compare_entry_to(recur1, cp2, recur2, CHECK_false);
967 recur2 = cp2->signature_ref_index_at(index2);
968 match = compare_entry_to(recur1, cp2, recur2, CHECK_fals
987 int recur2 = cp2->string_index_at(index2); local
[all...]

Completed in 263 milliseconds