Searched defs:ExpandRule (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp1854 //------------------------------ExpandRule-------------------------------------
1855 ExpandRule::ExpandRule() : _expand_instrs(), function in class:ExpandRule
1860 ExpandRule::~ExpandRule() { // Destructor
1863 void ExpandRule::add_instruction(NameAndList *instruction_name_and_operand_list) {
1867 void ExpandRule::reset_instructions() {
1871 NameAndList* ExpandRule::iter_instructions() {
1876 void ExpandRule::dump() {
1880 void ExpandRule
[all...]
H A Dformssel.hpp47 class ExpandRule;
102 ExpandRule *_exprule; // Expand rule for this instruction
489 //------------------------------ExpandRule-------------------------------------
490 class ExpandRule : public Form { class in class:InstructForm
504 ExpandRule(); // Constructor
505 ~ExpandRule(); // Destructor

Completed in 42 milliseconds