Searched refs:NativeIllegalInstruction (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp177 return NativeIllegalInstruction::instruction_size / sizeof(short);
183 assert(instrlen * sizeof(short) == NativeIllegalInstruction::instruction_size, "enough instrlen in reloc. data");
188 NativeIllegalInstruction::insert(x);
194 assert(NativeIllegalInstruction::instruction_size == sizeof(short), "right address unit for update");
H A DnativeInst_x86.cpp525 void NativeIllegalInstruction::insert(address code_pos) {
526 assert(NativeIllegalInstruction::instruction_size == sizeof(short), "right address unit for update");
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 DrelocInfo_sparc.cpp200 return NativeIllegalInstruction::instruction_size / sizeof(short);
207 assert(instrlen * sizeof(short) == NativeIllegalInstruction::instruction_size, "enough instrlen in reloc. data");
212 NativeIllegalInstruction::insert(x);
H A DnativeInst_sparc.cpp925 void NativeIllegalInstruction::insert(address code_pos) {
926 NativeIllegalInstruction* nii = (NativeIllegalInstruction*) nativeInstruction_at(code_pos);
H A DnativeInst_sparc.hpp44 // - - NativeIllegalInstruction
917 class NativeIllegalInstruction: public NativeInstruction { class in inherits:NativeInstruction

Completed in 178 milliseconds