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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp145 Node* load_klass_from_mirror_common(Node* mirror, bool never_see_null,
148 Node* load_klass_from_mirror(Node* mirror, bool never_see_null, argument
151 return load_klass_from_mirror_common(mirror, never_see_null,
155 Node* load_array_klass_from_mirror(Node* mirror, bool never_see_null, argument
158 return load_klass_from_mirror_common(mirror, never_see_null,
3064 // If never_see_null, take an uncommon trap on null, so we can optimistically
3066 // If the region is NULL, force never_see_null = true.
3068 bool never_see_null,
3072 if (region == NULL) never_see_null = true;
3077 kls = null_check_oop(kls, &null_ctl, never_see_null);
3067 load_klass_from_mirror_common(Node* mirror, bool never_see_null, RegionNode* region, int null_path, int offset) argument
3110 bool never_see_null = !too_many_traps(Deoptimization::Reason_null_check); local
3337 bool never_see_null = !too_many_traps(Deoptimization::Reason_null_check); local
3456 bool never_see_null = !too_many_traps(Deoptimization::Reason_null_check); local
[all...]
H A DgraphKit.cpp2100 bool never_see_null) {
2106 if (never_see_null && (*null_control) != top()) {
2615 bool never_see_null = (ProfileDynamicTypes // aggressive use of profile local
2620 Node* not_null_obj = null_check_oop(obj, &null_ctl, never_see_null);
2715 bool never_see_null = ((failure_control == NULL) // regular case only local
2720 Node* not_null_obj = null_check_oop(obj, &null_ctl, never_see_null);
2099 null_check_oop(Node* value, Node* *null_control, bool never_see_null) argument
H A DgraphKit.hpp379 // If never_see_null, use an uncommon trap (*null_control sees a top).
382 bool never_see_null = false);

Completed in 62 milliseconds