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

/openjdk7/hotspot/src/share/vm/opto/
H A Dcallnode.hpp792 static AllocateNode* Ideal_allocation(Node* ptr, PhaseTransform* phase);
796 // (Note: AllocateNode::Ideal_allocation is defined in graphKit.cpp.)
797 static AllocateNode* Ideal_allocation(Node* ptr, PhaseTransform* phase,
802 AllocateNode* allo = Ideal_allocation(ptr, phase);
858 AllocateNode* allo = Ideal_allocation(ptr, phase);
H A Dmemnode.cpp497 AllocateNode* alloc = AllocateNode::Ideal_allocation(base, phase);
535 AllocateNode::Ideal_allocation(st_base, phase),
1008 AllocateNode* alloc = AllocateNode::Ideal_allocation(st_adr, phase, st_off);
1011 AllocateNode* allo2 = AllocateNode::Ideal_allocation(ld_adr, phase, ld_off);
1035 st->in(0) == AllocateNode::Ideal_allocation(ld_adr, phase, offset) &&
1049 alloc == AllocateNode::Ideal_allocation(ld_adr, phase, offset)) {
1191 allocation = AllocateNode::Ideal_allocation(base->in(i), phase);
2679 AllocateNode* alloc = AllocateNode::Ideal_allocation(n->in(3), phase, offset);
3160 AllocateNode* alloc = AllocateNode::Ideal_allocation(adr, phase, offset);
H A DgraphKit.cpp3054 { // Verify that the AllocateNode::Ideal_allocation recognizers work:
3055 assert(AllocateNode::Ideal_allocation(rawoop, &_gvn) == alloc,
3056 "Ideal_allocation works");
3057 assert(AllocateNode::Ideal_allocation(javaoop, &_gvn) == alloc,
3058 "Ideal_allocation works");
3061 "Ideal_allocation works");
3063 "Ideal_allocation works");
3323 //---------------------------Ideal_allocation----------------------------------
3325 AllocateNode* AllocateNode::Ideal_allocation(Node* ptr, PhaseTransform* phase) { function in class:AllocateNode
3344 AllocateNode* AllocateNode::Ideal_allocation(Nod function in class:AllocateNode
[all...]
H A Dsubnode.cpp645 AllocateNode* alloc1 = AllocateNode::Ideal_allocation(in1, NULL);
646 AllocateNode* alloc2 = AllocateNode::Ideal_allocation(in2, NULL);
H A Dmacro.cpp353 assert(alloc == AllocateNode::Ideal_allocation(mem->in(3), phase, offset), "sanity");
H A Dlibrary_call.cpp4139 alloc = AllocateNode::Ideal_allocation(alloc_obj, &_gvn);

Completed in 149 milliseconds