Searched refs:_fast_aldc_w (Results 1 - 10 of 10) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | rewriter.cpp | 241 (*bcp) = Bytecodes::_fast_aldc_w; 252 (is_wide ? Bytecodes::_fast_aldc_w : Bytecodes::_fast_aldc); 351 case Bytecodes::_fast_aldc_w: // if reverse=true
|
H A D | bytecodes.hpp | 281 _fast_aldc_w , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 540 def(_fast_aldc_w , "fast_aldc_w" , "bJJ" , NULL , T_OBJECT, 1, true, _ldc_w );
|
H A D | interpreterRuntime.cpp | 138 bytecode == Bytecodes::_fast_aldc_w, "wrong bc");
|
H A D | templateTable.cpp | 513 def(Bytecodes::_fast_aldc_w , ubcp|____|clvm|____, vtos, atos, fast_aldc , true );
|
H A D | bytecodeInterpreter.cpp | 2151 CASE(_fast_aldc_w):
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 273 public static final int _fast_aldc_w = 230; field in class:Bytecodes 802 def(_fast_aldc_w , "fast_aldc_w" , "bJJ" , null , BasicType.getTObject(), 1, true, _ldc_w );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 2123 case Bytecodes::_fast_aldc_w : entry = CAST_FROM_FN_PTR(address, InterpreterRuntime::resolve_ldc); break;
|
H A D | templateTable_x86_64.cpp | 2175 case Bytecodes::_fast_aldc_w:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 2138 case Bytecodes::_fast_aldc_w : entry = CAST_FROM_FN_PTR(address, InterpreterRuntime::resolve_ldc); break;
|
Completed in 2849 milliseconds