Searched refs:stos (Results 1 - 18 of 18) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp67 _entry[stos] = NULL;
81 _entry[stos] = sentry;
131 _table[stos][i],
147 _table[stos][i] = entry.entry(stos);
228 generate_trace_code(stos),
261 generate_earlyret_entry_for(stos),
302 const TosState states[] = {btos, ctos, stos, itos, ltos, ftos, dtos, atos, vtos};
313 generate_continuation_for(stos),
328 generate_safept_entry_for(stos, CAST_FROM_FN_PT
[all...]
H A DbytecodeInterpreter.cpp1798 } else if (tos_type == stos) {
1819 } else if (tos_type == stos) {
1908 } else if (tos_type == stos) {
1929 } else if (tos_type == stos) {
H A DinterpreterRuntime.cpp957 case stos: // fall through
994 case stos: sig_type = 'S'; break;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp658 stos = 2, // short tos cached enumerator in enum:TosState
675 case T_SHORT : return stos;
692 case stos : return T_SHORT;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp166 case stos: // fall through
344 case stos: // fall through
387 case stos: // fall through
H A Dinterp_masm_x86_64.cpp164 case stos: // fall through
369 case stos:
386 case stos:
H A DtemplateTable_x86_32.cpp2323 // stos
2324 __ cmpl(flags, stos );
2328 __ push(stos);
2549 __ cmpl(flags, stos);
2552 // stos
2554 __ pop(stos);
H A DtemplateTable_x86_64.cpp2387 __ cmpl(flags, stos);
2389 // stos
2391 __ push(stos);
2608 __ cmpl(flags, stos);
2611 // stos
2613 __ pop(stos);
H A DcppInterpreter_x86.cpp381 case stos:
893 __ cmpl(rdx, stos);
H A DtemplateInterpreter_x86_32.cpp722 __ cmpl(rdx, stos);
H A DtemplateInterpreter_x86_64.cpp711 __ cmpl(rdx, stos);
713 // stos
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp79 // stos: 2
327 bool is_short() const { return flag_state() == stos; }
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp526 case stos:
564 case stos:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dinterp_masm_sparc.cpp219 case stos: // fall through
468 case stos: push_i(); break;
484 case stos: pop_i(); break;
1137 case stos: // fall through
H A DcppInterpreter_sparc.cpp379 case stos:
527 __ cmp(G1_scratch, stos);
H A DtemplateInterpreter_sparc.cpp706 __ cmp(G1_scratch, stos);
H A DtemplateTable_sparc.cpp2370 __ delayed() ->cmp(Rflags, stos);
2383 // cmp(Rflags, stos);
2387 // stos
2763 __ delayed()->cmp(Rflags, stos);
2778 // cmp(Rflags, stos);
2782 // stos (short)
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp1344 if (tos != itos || (fr_tos != btos && fr_tos != ctos && fr_tos != stos)) {

Completed in 161 milliseconds