Searched refs:f12_oop (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp101 enum CacheByte { f1_byte = 1, f2_byte = 2, f12_oop = 0x12 }; // byte_no codes enumerator in enum:TemplateTable::CacheByte
H A DtemplateTable.cpp447 def(Bytecodes::_invokedynamic , ubcp|disp|clvm|____, vtos, vtos, invokedynamic , f12_oop );
517 def(Bytecodes::_invokehandle , ubcp|disp|clvm|____, vtos, vtos, invokehandle , f12_oop );
/openjdk7/hotspot/src/cpu/x86/vm/
H A DtemplateTable_x86_32.cpp449 resolve_cache_and_index(f12_oop, rax, cache, index, wide ? sizeof(u2) : sizeof(u1));
2091 if (byte_no == f12_oop) {
2189 if (byte_no == f12_oop) {
3154 assert(byte_no == f12_oop, "use this argument");
3184 assert(byte_no == f12_oop, "use this argument");
H A DtemplateTable_x86_64.cpp466 resolve_cache_and_index(f12_oop, rax, cache, index, wide ? sizeof(u2) : sizeof(u1));
2133 if (byte_no == f12_oop) {
2246 if (byte_no == f12_oop) {
3218 assert(byte_no == f12_oop, "use this argument");
3248 assert(byte_no == f12_oop, "use this argument");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp388 resolve_cache_and_index(f12_oop, Otos_i, Rcache, Rscratch, wide ? sizeof(u2) : sizeof(u1));
2103 if (byte_no == f12_oop) {
2183 } else if (byte_no == f12_oop) {
3297 assert(byte_no == f12_oop, "use this argument");
3327 assert(byte_no == f12_oop, "use this argument");

Completed in 59 milliseconds