Searched refs:parse_method (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp172 methodHandle parse_method(constantPoolHandle cp, bool is_interface,
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,
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp351 Parse(JVMState* caller, ciMethod* parse_method, float expected_uses);
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);

Completed in 381 milliseconds