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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterGenerator.hpp38 NOT_CC_INTERP(TemplateInterpreterGenerator) {
H A Dinterpreter.hpp143 class Interpreter: public CC_INTERP_ONLY(CppInterpreter) NOT_CC_INTERP(TemplateInterpreter) {
/openjdk7/hotspot/src/share/vm/utilities/
H A Dmacros.hpp93 #define NOT_CC_INTERP(code) macro
96 #define NOT_CC_INTERP(code) code macro
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.cpp1391 NOT_CC_INTERP(push(state);)
1398 NOT_CC_INTERP(pop(state);)
1403 NOT_CC_INTERP(push(state));
1409 NOT_CC_INTERP(pop(state));
H A Dinterp_masm_x86_64.cpp1453 NOT_CC_INTERP(push(state);)
1460 NOT_CC_INTERP(pop(state));
1465 NOT_CC_INTERP(push(state));
1469 NOT_CC_INTERP(pop(state));

Completed in 40 milliseconds