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

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse1.cpp384 Parse::Parse(JVMState* caller, ciMethod* parse_method, float expected_uses) argument
389 _method = parse_method;
402 InlineTree::find_subtree_from_root(C->ilt(), ilt_caller, parse_method);
424 float prof_total = parse_method->interpreter_invocation_count();
435 log->identify(parse_method), expected_uses);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp1812 // Note: the parse_method below is big and clunky because all parsing of the code and exceptions
1821 methodHandle ClassFileParser::parse_method(constantPoolHandle cp, bool is_interface, function in class:ClassFileParser
2384 methodHandle method = parse_method(cp, is_interface,

Completed in 83 milliseconds