Searched refs:_fast_aldc (Results 1 - 10 of 10) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | rewriter.cpp | 230 // Rewrite some ldc bytecodes to _fast_aldc 245 (*bcp) = Bytecodes::_fast_aldc; 252 (is_wide ? Bytecodes::_fast_aldc_w : Bytecodes::_fast_aldc); 347 case Bytecodes::_fast_aldc: // if reverse=true
|
H A D | bytecodes.hpp | 280 _fast_aldc , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 539 def(_fast_aldc , "fast_aldc" , "bj" , NULL , T_OBJECT, 1, true, _ldc );
|
H A D | bytecodeInterpreter.cpp | 2152 CASE(_fast_aldc): { 2164 if (opcode == Bytecodes::_fast_aldc) {
|
H A D | interpreterRuntime.cpp | 137 assert(bytecode == Bytecodes::_fast_aldc ||
|
H A D | templateTable.cpp | 512 def(Bytecodes::_fast_aldc , ubcp|____|clvm|____, vtos, atos, fast_aldc , false );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 272 public static final int _fast_aldc = 229; field in class:Bytecodes 801 def(_fast_aldc , "fast_aldc" , "bj" , null , BasicType.getTObject(), 1, true, _ldc );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 2122 case Bytecodes::_fast_aldc : entry = CAST_FROM_FN_PTR(address, InterpreterRuntime::resolve_ldc); break;
|
H A D | templateTable_x86_64.cpp | 2172 case Bytecodes::_fast_aldc:
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 2137 case Bytecodes::_fast_aldc : entry = CAST_FROM_FN_PTR(address, InterpreterRuntime::resolve_ldc); break;
|
Completed in 406 milliseconds