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

/openjdk10/hotspot/src/share/vm/ci/
H A DciReplay.cpp96 GrowableArray<ciMethodDataRecord*> _ci_method_data_records; member in class:CompileReplay
915 _ci_method_data_records.append(rec);
924 for (int i = 0; i < _ci_method_data_records.length(); i++) {
925 ciMethodDataRecord* rec = _ci_method_data_records.at(i);
982 _ci_method_data_records.clear();

Completed in 101 milliseconds