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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1168 Node* *null_control) {
1169 assert(!assert_null || null_control == NULL, "not both at once");
1171 if (!GenerateCompilerNullChecks && !assert_null && null_control == NULL) {
1191 && !assert_null && null_control == NULL) {
1294 if (null_control != NULL || too_many_traps(reason)) {
1305 if (null_control != NULL) {
1311 (*null_control) = null_true;
1339 // Cast obj to not-null on this path, if there is no null_control.
1340 // (If there is a null_control, a non-null value may come back to haunt us.)
1343 if (null_control
1165 null_check_common(Node* value, BasicType type, bool assert_null, Node* *null_control) argument
2099 null_check_oop(Node* value, Node* *null_control, bool never_see_null) argument
[all...]
H A DgraphKit.hpp353 bool assert_null = false, Node* *null_control = NULL);
377 // Null check oop. Return null-path control into (*null_control).
379 // If never_see_null, use an uncommon trap (*null_control sees a top).
381 Node* null_check_oop(Node* value, Node* *null_control,

Completed in 1253 milliseconds