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

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformsopt.cpp556 void Peephole::add_match(PeepMatch *match) {
590 //------------------------------PeepMatch--------------------------------------
591 PeepMatch::PeepMatch(char *rule) : _max_position(0), _rule(rule) { function in class:PeepMatch
593 PeepMatch::~PeepMatch() {
598 void PeepMatch::add_instruction(int parent, int position, const char *name,
609 int PeepMatch::max_position() {
613 const char *PeepMatch::instruction_name(int position) {
618 void PeepMatch
[all...]
H A Dformsopt.hpp51 class PeepMatch;
68 class PeepMatch;
413 PeepMatch *_match; // Instruction pattern to match
428 void add_match(PeepMatch *only_one_match);
434 PeepMatch *match() { return _match; }
444 class PeepMatch : public Form { class in inherits:Form
456 PeepMatch(char *rule);
457 ~PeepMatch();

Completed in 34 milliseconds