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

/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.cpp73 VerificationType old_object, VerificationType new_object) {
76 if (_locals[i].equals(old_object)) {
81 if (_stack[i].equals(old_object)) {
85 if (old_object == VerificationType::uninitialized_this_type()) {
72 initialize_object( VerificationType old_object, VerificationType new_object) argument

Completed in 22 milliseconds