Home
last modified time | relevance | path

Searched refs:find_ciInlineRecord (Results 1 – 10 of 10) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciReplay.cpp918 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
920 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
925 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1146 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1150 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1160 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1164 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciReplay.cpp918 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
920 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
925 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1146 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1150 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1160 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1164 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciReplay.cpp951 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
953 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
958 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1183 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1187 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1197 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1201 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/ci/
H A DciReplay.cpp986 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
988 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
993 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1218 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1222 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1232 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1236 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/ci/
H A DciReplay.cpp951 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
953 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
958 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1183 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1187 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1197 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1201 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/ci/
H A DciReplay.cpp993 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
995 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
1000 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1225 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1229 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1239 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1243 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/ci/
H A DciReplay.cpp985 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
987 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
992 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1217 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1221 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1231 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1235 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/ci/
H A DciReplay.cpp951 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
953 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
958 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1183 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1187 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1197 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1201 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/ci/
H A DciReplay.cpp987 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
989 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
994 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1219 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1223 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1233 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1237 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/ci/
H A DciReplay.cpp987 ciInlineRecord* find_ciInlineRecord(Method* method, int bci, int depth) { in find_ciInlineRecord() function in CompileReplay
989 return find_ciInlineRecord(_ci_inline_records, method, bci, depth); in find_ciInlineRecord()
994 static ciInlineRecord* find_ciInlineRecord(GrowableArray<ciInlineRecord*>* records, in find_ciInlineRecord() function in CompileReplay
1219 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) != NUL… in should_inline()
1223 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) != NULL; in should_inline()
1233 …return CompileReplay::find_ciInlineRecord(records, method->get_Method(), bci, inline_depth) == NUL… in should_not_inline()
1237 return replay_state->find_ciInlineRecord(method->get_Method(), bci, inline_depth) == NULL; in should_not_inline()