Searched refs:getfield (Results 1 - 8 of 8) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java222 getfield = 180, field in interface:ByteCodes
H A DItems.java479 code.emitop2(getfield, pool.put(member));
H A DCode.java1025 case getfield:
2171 mnem[getfield] = "getfield";
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp302 static void getfield(int byte_no);
H A DtemplateTable.cpp441 def(Bytecodes::_getfield , ubcp|____|clvm|____, vtos, vtos, getfield , f1_byte );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp2385 void TemplateTable::getfield(int byte_no) { function in class:TemplateTable
2868 // make sure exception is reported in correct bcp range (getfield is next instruction)
H A DtemplateTable_x86_64.cpp2448 void TemplateTable::getfield(int byte_no) { function in class:TemplateTable
2914 // make sure exception is reported in correct bcp range (getfield is
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp2434 void TemplateTable::getfield(int byte_no) {

Completed in 78 milliseconds