Searched refs:_aload_0 (Results 1 - 23 of 23) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java81 public static final int _aload_0 = 42; // 0x2a field in class:Bytecodes
387 public static boolean isAload (int code) { return (code == _aload || code == _aload_0 || code == _aload_1
602 def(_aload_0 , "aload_0" , "b" , null , BasicType.getTObject() , 1, true ); // rewriting in interpreter
784 def(_fast_aload_0 , "fast_aload_0" , "b" , null , BasicType.getTObject() , 1, true , _aload_0 );
785 def(_fast_iaccess_0 , "fast_iaccess_0" , "b_JJ" , null , BasicType.getTInt() , 1, true , _aload_0 );
786 def(_fast_aaccess_0 , "fast_aaccess_0" , "b_JJ" , null , BasicType.getTObject() , 1, true , _aload_0 );
787 def(_fast_faccess_0 , "fast_faccess_0" , "b_JJ" , null , BasicType.getTObject() , 1, true , _aload_0 );
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp74 case Bytecodes::_aload_0:
76 // the _aload_0 code might delay its rewrite until
337 def(_aload_0 , "aload_0" , "b" , NULL , T_OBJECT , 1, true ); // rewriting in interpreter
520 def(_fast_aload_0 , "fast_aload_0" , "b" , NULL , T_OBJECT , 1, true , _aload_0 );
521 def(_fast_iaccess_0 , "fast_iaccess_0" , "b_JJ" , NULL , T_INT , 1, true , _aload_0 );
522 def(_fast_aaccess_0 , "fast_aaccess_0" , "b_JJ" , NULL , T_OBJECT , 1, true , _aload_0 );
523 def(_fast_faccess_0 , "fast_faccess_0" , "b_JJ" , NULL , T_OBJECT , 1, true , _aload_0 );
H A Dbytecodes.hpp83 _aload_0 = 42, // 0x2a enumerator in enum:Bytecodes::Code
418 static bool is_aload (Code code) { return (code == _aload || code == _aload_0 || code == _aload_1
H A DtemplateTable.cpp303 def(Bytecodes::_aload_0 , ubcp|____|clvm|____, vtos, atos, aload_0 , _ );
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java216 _aload_0 = 42, // 0x2a field in class:Constants
H A DPackageWriter.java1354 if (bc == _aload_0) {
1368 bc_codes.putByte(_aload_0);
1369 codeHist[_aload_0]++;
H A DPackageReader.java2064 buf[pc++] = (byte) _aload_0;
2066 // Note: insnMap keeps the _aload_0 separate.
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1158 case Bytecodes::_aload_0:
1414 case Bytecodes::_aload_0: ppload(rCTS, 0); break;
2338 return rewrite_load_or_store(itr, Bytecodes::_aload, Bytecodes::_aload_0, to);
2360 // bc0 : either _aload_0 or _astore_0
2363 assert(bc0 == Bytecodes::_astore_0 || bc0 == Bytecodes::_aload_0, "wrong argument (bc0)");
2469 case Bytecodes::_aload_0:
2473 *index = bc - Bytecodes::_aload_0;
H A DmethodOop.cpp389 if (cb[0] != Bytecodes::_aload_0 || cb[1] != Bytecodes::_invokespecial || cb[last] != Bytecodes::_return) {
395 if (cb[i] != Bytecodes::_aload_0) return false;
462 if (java_code_at(0) != Bytecodes::_aload_0 ) return false;
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp311 case Bytecodes::_aload_0:
H A DsharkBlock.cpp181 case Bytecodes::_aload_0:
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp785 // _aload_0, _fast_igetfield
786 // _aload_0, _fast_agetfield
787 // _aload_0, _fast_fgetfield
789 // occur frequently. If RewriteFrequentPairs is set, the (slow) _aload_0
805 __ load_unsigned_byte(rbx, at_bcp(Bytecodes::length_for(Bytecodes::_aload_0)));
815 assert(Bytecodes::java_code(Bytecodes::_fast_iaccess_0) == Bytecodes::_aload_0, "fix bytecode definition");
821 assert(Bytecodes::java_code(Bytecodes::_fast_aaccess_0) == Bytecodes::_aload_0, "fix bytecode definition");
827 assert(Bytecodes::java_code(Bytecodes::_fast_faccess_0) == Bytecodes::_aload_0, "fix bytecode definition");
833 assert(Bytecodes::java_code(Bytecodes::_fast_aload_0) == Bytecodes::_aload_0, "fix bytecode definition");
839 patch_bytecode(Bytecodes::_aload_0, rc
[all...]
H A DtemplateTable_x86_64.cpp793 // _aload_0, _fast_igetfield
794 // _aload_0, _fast_agetfield
795 // _aload_0, _fast_fgetfield
798 // _aload_0 bytecode checks if the next bytecode is either
818 at_bcp(Bytecodes::length_for(Bytecodes::_aload_0)));
829 Bytecodes::_aload_0,
837 Bytecodes::_aload_0,
845 Bytecodes::_aload_0,
853 Bytecodes::_aload_0,
860 patch_bytecode(Bytecodes::_aload_0, b
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp704 // _aload_0, _fast_igetfield (itos)
705 // _aload_0, _fast_agetfield (atos)
706 // _aload_0, _fast_fgetfield (ftos)
708 // occur frequently. If RewriteFrequentPairs is set, the (slow) _aload_0
717 __ ldub(at_bcp(Bytecodes::length_for(Bytecodes::_aload_0)), G3_scratch);
726 assert(Bytecodes::java_code(Bytecodes::_fast_iaccess_0) == Bytecodes::_aload_0, "adjust fast bytecode def");
732 assert(Bytecodes::java_code(Bytecodes::_fast_aaccess_0) == Bytecodes::_aload_0, "adjust fast bytecode def");
738 assert(Bytecodes::java_code(Bytecodes::_fast_faccess_0) == Bytecodes::_aload_0, "adjust fast bytecode def");
744 assert(Bytecodes::java_code(Bytecodes::_fast_aload_0) == Bytecodes::_aload_0, "adjust fast bytecode def");
750 patch_bytecode(Bytecodes::_aload_0, G4_scratc
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp851 case Bytecodes::_aload_0:
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp494 assert(code[0] == Bytecodes::_aload_0 &&
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1214 case Bytecodes._aload_0: ppload(rCTS, 0); break;
1438 case Bytecodes._aload_0:
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp889 case Bytecodes::_aload_0: load_local_object(0); break;
2153 case Bytecodes::_aload_0:
H A DbcEscapeAnalyzer.cpp435 case Bytecodes::_aload_0:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp778 case Bytecodes::_aload_0 :
782 index = opcode - Bytecodes::_aload_0;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1460 case Bytecodes::_aload_0:
H A DgraphKit.cpp1097 case Bytecodes::_aload_0: assert(inputs == 0 && outputs == 1, ""); break;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp2532 case Bytecodes::_aload_0 : load_local(objectType, 0); break;

Completed in 378 milliseconds