Searched refs:_fast_iaccess_0 (Results 1 - 8 of 8) sorted by relevance
/openjdk7/hotspot/src/share/vm/interpreter/ |
H A D | bytecodes.hpp | 267 _fast_iaccess_0 , enumerator in enum:Bytecodes::Code
|
H A D | bytecodes.cpp | 521 def(_fast_iaccess_0 , "fast_iaccess_0" , "b_JJ" , NULL , T_INT , 1, true , _aload_0 );
|
H A D | templateTable.cpp | 499 def(Bytecodes::_fast_iaccess_0 , ubcp|____|____|____, vtos, itos, fast_xaccess , itos );
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/ |
H A D | Bytecodes.java | 263 public static final int _fast_iaccess_0 = 220; field in class:Bytecodes 785 def(_fast_iaccess_0 , "fast_iaccess_0" , "b_JJ" , null , BasicType.getTInt() , 1, true , _aload_0 );
|
/openjdk7/hotspot/src/cpu/x86/vm/ |
H A D | templateTable_x86_32.cpp | 814 // if _igetfield then reqrite to _fast_iaccess_0 815 assert(Bytecodes::java_code(Bytecodes::_fast_iaccess_0) == Bytecodes::_aload_0, "fix bytecode definition"); 817 __ movl(rcx, Bytecodes::_fast_iaccess_0);
|
H A D | templateTable_x86_64.cpp | 827 // if _igetfield then reqrite to _fast_iaccess_0 828 assert(Bytecodes::java_code(Bytecodes::_fast_iaccess_0) == 832 __ movl(bc, Bytecodes::_fast_iaccess_0);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/ |
H A D | GenerateOopMap.java | 1417 case Bytecodes._fast_iaccess_0: ppush1(valCTS); break; // Pair bytecode for (aload_0, _fast_igetfield)
|
/openjdk7/hotspot/src/cpu/sparc/vm/ |
H A D | templateTable_sparc.cpp | 725 // if _igetfield then rewrite to _fast_iaccess_0 726 assert(Bytecodes::java_code(Bytecodes::_fast_iaccess_0) == Bytecodes::_aload_0, "adjust fast bytecode def"); 729 __ delayed()->set(Bytecodes::_fast_iaccess_0, G4_scratch);
|
Completed in 169 milliseconds