Searched refs:stop_untested (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/cpu/s390/vm/
H A DmacroAssembler_s390.hpp971 stop_untested = 1, enumerator in enum:MacroAssembler::__anon121
988 void untested (const char* msg = "", int id = 0) { stop(stop_untested, msg, id); }
/openjdk9/hotspot/src/cpu/ppc/vm/
H A DmacroAssembler_ppc.hpp895 stop_untested = 1, enumerator in enum:MacroAssembler::__anon85
905 void untested (const char* msg = "", int id = 0) { stop(stop_untested, msg, id); }

Completed in 46 milliseconds