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

/openjdk7/hotspot/src/share/vm/opto/
H A DcallGenerator.hpp58 // is_parse: Bytecodes implementing the specific method are copied here.
59 virtual bool is_parse() const { return false; } function in class:CallGenerator
H A DcallGenerator.cpp65 virtual bool is_parse() const { return true; } function in class:ParseGenerator

Completed in 35 milliseconds