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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkBlock.cpp764 do_if(ICmpInst::ICMP_EQ, SharkValue::null(), pop());
767 do_if(ICmpInst::ICMP_NE, SharkValue::null(), pop());
772 do_if(ICmpInst::ICMP_EQ, b, a);
777 do_if(ICmpInst::ICMP_NE, b, a);
780 do_if(ICmpInst::ICMP_EQ, SharkValue::jint_constant(0), pop());
783 do_if(ICmpInst::ICMP_NE, SharkValue::jint_constant(0), pop());
786 do_if(ICmpInst::ICMP_SLT, SharkValue::jint_constant(0), pop());
789 do_if(ICmpInst::ICMP_SLE, SharkValue::jint_constant(0), pop());
792 do_if(ICmpInst::ICMP_SGT, SharkValue::jint_constant(0), pop());
795 do_if(ICmpIns
1227 void SharkBlock::do_if(ICmpInst::Predicate p, SharkValue* b, SharkValue* a) { function in class:SharkBlock
[all...]
H A DsharkBlock.hpp264 virtual void do_if(llvm::ICmpInst::Predicate p, SharkValue* b, SharkValue* a);
H A DsharkTopLevelBlock.hpp407 void do_if(llvm::ICmpInst::Predicate p, SharkValue* b, SharkValue* a);
H A DsharkTopLevelBlock.cpp967 void SharkTopLevelBlock::do_if(ICmpInst::Predicate p, function in class:SharkTopLevelBlock
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp535 void do_if(BoolTest::mask btest, Node* c);
H A Dparse2.cpp1047 //------------------------------------do_if------------------------------------
1048 void Parse::do_if(BoolTest::mask btest, Node* c) { function in class:Parse
2242 do_if(btest, c);
2257 do_if(btest, c);
2272 do_if(btest, c);

Completed in 49 milliseconds