Searched refs:Base (Results 76 - 88 of 88) sorted by relevance

1234

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp521 void do_Base (Base* x);
702 void NullCheckVisitor::do_Base (Base* x) {}
H A Dc1_InstructionPrinter.cpp780 void InstructionPrinter::do_Base(Base* x) {
H A Dc1_LIRGenerator.hpp522 virtual void do_Base (Base* x);
H A Dc1_Canonicalizer.cpp805 void Canonicalizer::do_Base (Base* x) {}
H A Dc1_GraphBuilder.cpp2869 Base* base =
2870 new Base(
H A Dc1_LIRGenerator.cpp2571 void LIRGenerator::do_Base(Base* x) {
/openjdk7/hotspot/src/share/vm/opto/
H A Dcompile.cpp2576 addp->in(AddPNode::Base)->is_top() || // Top OK for allocation
2577 addp->in(AddPNode::Base) == n->in(AddPNode::Base),
2578 "Base pointers must match" );
2582 addp == n->in(AddPNode::Base) &&
2607 n->set_req(AddPNode::Base, nn);
H A Dreg_split.cpp914 // Base pointers and oopmap references do not care where they live.
916 (mach && mach->ideal_Opcode() == Op_AddP && inpidx == AddPNode::Base)) {
H A Dchaitin.cpp267 // Base pointers are currently "used" by instructions which define new
1492 cisc->set_req(inp,fp); // Base register is frame pointer
1545 // Derived is NULL+offset? Base is NULL!
1571 Node *base = derived->in(AddPNode::Base);
1713 // Base pointer is not currently live. Since I stretched
H A DloopTransform.cpp2649 Node* base = store->in(MemNode::Address)->as_AddP()->in(AddPNode::Base);
H A Dmacro.cpp291 if (adr->is_AddP() && adr->in(AddPNode::Base) == top() &&
H A Dsuperword.cpp2234 Node* base = adr->in(AddPNode::Base);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmshalf.c437 static cmsUInt16Number Base[512] = { variable
561 return (cmsUInt16Number) ((cmsUInt32Number) Base[ j ] + (( n & 0x007fffff) >> Shift[ j ]));

Completed in 117 milliseconds

1234