Searched refs:con2 (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/management/MBeanInfo/
H A DMBeanInfoEqualsTest.java57 static final Constructor con1, con2; field in class:MBeanInfoEqualsTest
62 con2 = toy.getConstructor(new Class[] {Integer.TYPE,
131 c2a = new MBeanConstructorInfo("another constructor", con2),
/openjdk7/hotspot/src/share/vm/opto/
H A Difnode.cpp84 Node *con2 = cmp->in(2);
85 if( !con2->is_Con() ) return NULL;
105 cmp2->set_req(2,con2);
284 cmp_x->set_req(2,con2);
H A Dsubnode.cpp802 intptr_t con2 = 0; local
803 Node* ldk2 = AddPNode::Ideal_base_and_offset(adr1, phase, con2);
806 if (con2 == oopDesc::klass_offset_in_bytes()) {
827 if (con2 != (intptr_t) superklass->super_check_offset())
H A Dmulnode.cpp1115 const int con2 = t12->get_con() & 31; // Shift count is always masked local
1116 const int con3 = con+con2;

Completed in 53 milliseconds