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

/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp486 class NativeIllegalInstruction: public NativeInstruction { class in inherits:NativeInstruction
533 inline bool NativeInstruction::is_illegal() { return (short)int_at(0) == (short)NativeIllegalInstruction::instruction_code; }
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp44 // - - NativeIllegalInstruction
917 class NativeIllegalInstruction: public NativeInstruction { class in inherits:NativeInstruction

Completed in 37 milliseconds