Searched defs:is_illegal (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp967 bool NativeInstruction::is_illegal() { function in class:NativeInstruction
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueType.hpp127 bool is_illegal() { return tag() == illegalTag; } function in class:ValueType
H A Dc1_Instruction.hpp585 if (type->is_illegal()) {
619 bool is_illegal() const { function
620 return type()->is_illegal();
H A Dc1_LIR.hpp297 OprType type_field() const { return is_illegal() ? unknown_type : (OprType)(value() & type_mask); }
353 bool is_illegal() const { return kind_field() == illegal_value; } function in class:LIR_OprDesc
/openjdk7/hotspot/src/cpu/x86/vm/
H A DnativeInst_x86.hpp64 inline bool is_illegal();
533 inline bool NativeInstruction::is_illegal() { return (short)int_at(0) == (short)NativeIllegalInstruction::instruction_code; } function in class:NativeInstruction
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp4189 bool is_illegal = false; local
4195 is_illegal = true;
4199 is_illegal = true;
4203 if (is_illegal) {
4230 bool is_illegal = false; local
4235 is_illegal = true;
4241 is_illegal = true;
4247 is_illegal = true;
4251 is_illegal = true;
4256 if (is_illegal) {
[all...]

Completed in 150 milliseconds