Searched defs:FAST_DISPATCH (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateInterpreter_sparc.cpp49 #ifndef FAST_DISPATCH
50 #define FAST_DISPATCH 1 macro
52 #undef FAST_DISPATCH macro
591 #ifdef FAST_DISPATCH
592 // FAST_DISPATCH and ProfileInterpreter are mutually exclusive since
594 assert(0, "FAST_DISPATCH and +ProfileInterpreter are mutually exclusive");
595 #endif // FAST_DISPATCH
1298 #ifdef FAST_DISPATCH
1741 #ifdef FAST_DISPATCH
H A Dinterp_masm_sparc.cpp47 #ifndef FAST_DISPATCH
48 #define FAST_DISPATCH 1 macro
50 #undef FAST_DISPATCH macro
88 #ifdef FAST_DISPATCH
89 // FAST_DISPATCH and ProfileInterpreter are mutually exclusive since
91 assert(!ProfileInterpreter, "FAST_DISPATCH and +ProfileInterpreter are mutually exclusive");
294 #ifdef FAST_DISPATCH
308 #ifdef FAST_DISPATCH

Completed in 58 milliseconds