Searched refs:_methods (Results 1 - 9 of 9) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/org/omg/SendingContext/
H A D_CodeBaseImplBase.java44 private static java.util.Hashtable _methods = new java.util.Hashtable (); field in class:_CodeBaseImplBase
47 _methods.put ("get_ir", new java.lang.Integer (0));
48 _methods.put ("implementation", new java.lang.Integer (1));
49 _methods.put ("implementations", new java.lang.Integer (2));
50 _methods.put ("meta", new java.lang.Integer (3));
51 _methods.put ("metas", new java.lang.Integer (4));
52 _methods.put ("bases", new java.lang.Integer (5));
60 java.lang.Integer __method = (java.lang.Integer)_methods.get (method);
/openjdk7/corba/src/share/classes/org/omg/CosNaming/
H A D_BindingIteratorImplBase.java46 private static java.util.Dictionary _methods = new java.util.Hashtable(); field in class:_BindingIteratorImplBase
48 _methods.put("next_one", new java.lang.Integer(0));
49 _methods.put("next_n", new java.lang.Integer(1));
50 _methods.put("destroy", new java.lang.Integer(2));
54 switch (((java.lang.Integer) _methods.get(r.op_name())).intValue()) {
H A D_NamingContextImplBase.java46 private static java.util.Dictionary _methods = new java.util.Hashtable(); field in class:_NamingContextImplBase
48 _methods.put("bind", new java.lang.Integer(0));
49 _methods.put("bind_context", new java.lang.Integer(1));
50 _methods.put("rebind", new java.lang.Integer(2));
51 _methods.put("rebind_context", new java.lang.Integer(3));
52 _methods.put("resolve", new java.lang.Integer(4));
53 _methods.put("unbind", new java.lang.Integer(5));
54 _methods.put("list", new java.lang.Integer(6));
55 _methods.put("new_context", new java.lang.Integer(7));
56 _methods
[all...]
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java61 _methods = (Vector)that._methods.clone ();
154 _methods.addElement (method);
161 return _methods;
347 private Vector _methods = new Vector(); field in class:InterfaceEntry
/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp73 int len = _methods->length();
76 methodOop method = (methodOop)_methods->obj_at(i);
417 _methods(methods)
426 int i = _methods->length();
428 methodOop method = (methodOop)_methods->obj_at(i);
442 int len = _methods->length();
445 methodOop method = (methodOop)_methods->obj_at(i);
H A Drewriter.hpp39 objArrayHandle _methods; member in class:Rewriter
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp171 objArrayOop _methods; member in class:instanceKlass
348 objArrayOop methods() const { return _methods; }
349 void set_methods(objArrayOop a) { oop_store_without_check((oop*) &_methods, (oop) a); }
927 oop* adr_methods() const { return (oop*)&this->_methods;}
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1339 objArrayOop _methods; member in class:BacktraceBuilder
1355 BacktraceBuilder(TRAPS): _methods(NULL), _bcis(NULL), _head(NULL) {
1381 _methods = new_methods();
1403 _methods->obj_at_put(_index, method);
1410 return methodOop(_methods->obj_at(_index));
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp301 nonstatic_field(instanceKlass, _methods, objArrayOop) \

Completed in 66 milliseconds