Searched refs:check_can_parse (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp448 //------------------------------check_can_parse--------------------------------
449 const char* InlineTree::check_can_parse(ciMethod* callee) { function in class:InlineTree
507 set_msg(check_can_parse(callee_method));
H A DcallGenerator.cpp62 assert(InlineTree::check_can_parse(method) == NULL, "parse must be possible");
238 if (InlineTree::check_can_parse(m) != NULL) return NULL;
246 if (InlineTree::check_can_parse(m) != NULL) return NULL;
H A Dparse.hpp97 static const char* check_can_parse(ciMethod* callee);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.hpp346 const char* check_can_parse(ciMethod* callee) const;
H A Dc1_GraphBuilder.cpp3214 msg = check_can_parse(callee);
3236 const char* GraphBuilder::check_can_parse(ciMethod* callee) const { function in class:GraphBuilder

Completed in 48 milliseconds