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

/openjdk10/hotspot/src/share/vm/ci/
H A DciReplay.cpp256 bool parse_tag_and_count(const char* tag, int& length) { function in class:CompileReplay
266 length = parse_int("parse_tag_and_count");
273 if (!parse_tag_and_count(tag, length)) {
289 if (!parse_tag_and_count(tag, length)) {
525 if (parse_tag_and_count("inline", inline_count)) {
618 if (!parse_tag_and_count("oops", rec->_classes_length)) {
633 if (!parse_tag_and_count("methods", rec->_methods_length)) {

Completed in 40 milliseconds