Lines Matching defs:Parse
38 class Parse;
146 //------------------------------Parse------------------------------------------
147 // Parse bytecodes, build a Graph
148 class Parse : public GraphKit {
174 void init_node(Parse* outer, int po);
176 void init_graph(Parse* outer);
262 void record_state(Parse* outer);
284 Parse *_parser;
294 BytecodeParseHistogram(Parse *p, Compile *c);
351 Parse(JVMState* caller, ciMethod* parse_method, float expected_uses);
353 virtual Parse* is_Parse() const { return (Parse*)this; }
416 // Parse all the basic blocks.
419 // Parse the current basic block
449 // Parse this bytecode, and alter the Parsers JVM->Node mapping