Searched defs:_new (Results 1 - 6 of 6) sorted by relevance
| /openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/ |
| H A D | JExpr.java | 47 public static JInvocation _new(JClass c) { method in class:JExpr 51 public static JInvocation _new(JType t) { method in class:JExpr
|
| /openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
| H A D | Bytecodes.java | 226 public static final int _new = 187; // 0xbb field in class:Bytecodes 747 def(_new , "new" , "bkk" , null , BasicType.getTObject() , 1, true );
|
| /openjdk7/hotspot/src/share/vm/interpreter/ |
| H A D | bytecodes.hpp | 228 _new = 187, // 0xbb enumerator in enum:Bytecodes::Code
|
| /openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/ |
| H A D | Constants.java | 361 _new = 187, // 0xbb field in class:Constants
|
| /openjdk7/hotspot/src/cpu/x86/vm/ |
| H A D | templateTable_x86_32.cpp | 3219 void TemplateTable::_new() { function in class:TemplateTable 3376 call_VM(rax, CAST_FROM_FN_PTR(address, InterpreterRuntime::_new), rax, rdx);
|
| H A D | templateTable_x86_64.cpp | 3284 void TemplateTable::_new() { function in class:TemplateTable 3436 call_VM(rax, CAST_FROM_FN_PTR(address, InterpreterRuntime::_new), c_rarg1, c_rarg2);
|
Completed in 49 milliseconds