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

/openjdk10/hotspot/src/share/vm/ci/
H A DciReplay.cpp86 static CompileReplay* replay_state; variable
562 replay_state = this;
565 replay_state = NULL;
1113 if (replay_state == NULL) {
1121 ciMethodDataRecord* rec = replay_state->find_ciMethodDataRecord(method);
1167 if (replay_state == NULL) {
1172 return replay_state->find_ciMethodRecord(method->get_Method()) == NULL;
1181 } else if (replay_state != NULL) {
1184 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL;
1195 } else if (replay_state !
[all...]

Completed in 38 milliseconds