Searched refs:Bad (Results 1 - 23 of 23) sorted by relevance

/openjdk7/langtools/test/tools/javac/PackageClassAmbiguity/
H A DBad.java32 * @compile/fail Bad.java
38 class Bad { class
/openjdk7/hotspot/src/share/vm/opto/
H A Doptoreg.hpp58 Bad = -1 // Not a register enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon352
98 return (n != Bad);
107 // Must use table, it'd be nice if Bad was indexable...
111 return VMRegImpl::Bad();
115 // Can un-warp a stack slot or convert a register or Bad
118 // Must use table, it'd be nice if Bad was indexable...
128 return VMRegImpl::Bad();
137 // Must use table, it'd be nice if Bad was indexable...
140 return Bad;
171 // stands if you convert a flag (condition code) to a VMReg you will get VMRegImpl::Bad
[all...]
H A DbuildOopMap.cpp87 // OptoReg::Bad for not-callee-saved.
141 // to index at _defs[OptoReg::Bad].
154 _callees[old_first] = OptoReg::Bad; // callee-save is moved, dead in old location
155 _callees[old_second] = OptoReg::Bad;
164 _callees[first] = OptoReg::Bad; // No longer holding a callee-save value
165 _callees[second] = OptoReg::Bad;
188 // is OptoReg::Bad or NULL depending.
192 _callees[i] = OptoReg::Bad;
213 assert( &flow->_callees[OptoReg::Bad] == callees, "Ok to index at OptoReg::Bad" );
[all...]
H A Dc2compiler.cpp67 OptoReg::vm2opto[i] = OptoReg::Bad;
H A Dregmask.cpp114 case Bad: st->print("rBAD"); break;
167 return OptoReg::Bad;
267 return OptoReg::Bad;
H A Dregmask.hpp181 { base = OptoReg::Bad; bits = 1<<0; }
190 { base = OptoReg::Bad; bits = 1<<0; }
H A Dtype.cpp53 T_ILLEGAL, // Bad
605 // Current "this->_base" is one of: Bad, Multi, Control, Top,
632 case Bad: // Type check
683 Bad, // Bad
686 Bad, // Int - handled in v-call
687 Bad, // Long - handled in v-call
689 Bad, // NarrowOop - handled in v-call
691 Bad, // Tuple - handled in v-call
692 Bad, // Arra
[all...]
H A Dpostaloc.cpp345 (nreg2 == OptoReg::Bad || value[nreg] == value[nreg2]) &&
623 if (eliminate_copy_of_constant(val, n, b, value, regnd, nreg, OptoReg::Bad)) {
H A Dtype.hpp76 Bad=0, // Type check enumerator in enum:Type::TYPES
175 assert(_base > Bad && _base < lastype, "sanity");
H A Dmatcher.cpp141 return OptoReg::Bad;
1121 return OptoReg::Bad;
1748 "Bad AD file: Instruction chain rule must chain from operand");
H A Dcallnode.cpp631 return new (match->C) MachProjNode(this,proj->_con, RegMask::Empty, (uint)OptoReg::Bad);
/openjdk7/hotspot/src/share/vm/code/
H A Dvmreg.hpp111 static VMReg Bad() { return (VMReg) (intptr_t) BAD; } function in class:VMRegImpl
196 // the calling convention's registers. VMRegImpl::Bad is returned for any
200 // 32-bits of O0/O1 are set to VMRegImpl::Bad). Longs in one register & doubles
208 void set_bad ( ) { _second=VMRegImpl::Bad(); _first=VMRegImpl::Bad(); }
209 void set1 ( VMReg v ) { _second=VMRegImpl::Bad(); _first=v; }
216 _second = VMRegImpl::Bad();
243 VMRegPair(VMReg f) { _second = VMRegImpl::Bad(); _first = f; }
244 VMRegPair() { _second = VMRegImpl::Bad(); _first = VMRegImpl::Bad(); }
[all...]
H A DvtableStubs.cpp47 VMReg VtableStub::_receiver_location = VMRegImpl::Bad();
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dvmreg_sparc.inline.hpp29 if( this==noreg ) return VMRegImpl::Bad();
H A Dinterp_masm_sparc.cpp549 Label Bad, OK; local
557 br(Assembler::notZero, false, Assembler::pn, Bad);
565 cmp_and_brx_short(Rtemp, FP, Assembler::greaterUnsigned, Assembler::pn, Bad);
574 cmp_and_brx_short(Rsp, Rtemp, Assembler::lessUnsigned, Assembler::pn, Bad);
578 bind(Bad);
/openjdk7/jdk/test/sun/security/tools/keytool/
H A Dselfissued.sh68 $KT -alias e1 -list -v | grep '\[3\]' || { echo Bad E1; exit 1; }
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvmreg_x86.inline.hpp29 if( this==noreg ) return VMRegImpl::Bad();
/openjdk7/jdk/test/java/io/Serializable/concurrentClassDescLookup/
H A DConcurrentClassDescLookup.java38 class Bad implements Serializable { class in inherits:Serializable
121 cl = Class.forName("Bad", false, loader);
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp173 set_xxx(reg, OopMapValue::oop_value, VMRegImpl::Bad());
180 set_xxx(reg, OopMapValue::value_value, VMRegImpl::Bad());
185 set_xxx(reg, OopMapValue::narrowoop_value, VMRegImpl::Bad());
H A DoopMap.hpp77 OopMapValue () { set_value(0); set_content_reg(VMRegImpl::Bad()); }
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_FrameMap.cpp339 return VMRegImpl::Bad();
H A Dc1_LinearScan.cpp4081 _cached_vm_reg(VMRegImpl::Bad()),
/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp2291 "Bad max heap free percentage size: %s\n",
2302 "Bad min heap free percentage size: %s\n",

Completed in 137 milliseconds