Searched refs:not_null (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/utilities/
H A DpreserveException.hpp92 if (_preserved_exception_oop.not_null()) {
H A Dexceptions.cpp264 assert(klass.not_null(), "klass must exist");
301 if (h_cause.not_null()) {
376 if (incoming_exception.not_null()) {
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp123 BasicBlock *null, *not_null, *merge; local
134 not_null = CreateBlock("not_null");
143 null, not_null);
148 builder()->SetInsertPoint(not_null);
154 phi->addIncoming(box, not_null);
296 BasicBlock *not_null = CreateBlock("not_null"); local
301 not_null, merge);
303 builder()->SetInsertPoint(not_null);
[all...]
H A DsharkTopLevelBlock.cpp1132 BasicBlock *not_null = function()->CreateBlock("not_null"); local
1191 got_null, not_null);
1200 builder()->SetInsertPoint(not_null);
1469 BasicBlock *not_null = function()->CreateBlock("not_null"); local
1488 merge2, not_null);
1492 builder()->SetInsertPoint(not_null);
1578 BasicBlock *not_null = function()->CreateBlock("not_null"); local
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiClassFileReconstituter.cpp70 typeArrayHandle anno(thread(), fields_anno.not_null() ?
95 if (anno.not_null()) {
112 if (anno.not_null()) {
469 if (default_anno.not_null()) {
479 if (anno.not_null()) {
482 if (param_anno.not_null()) {
493 if (default_anno.not_null()) {
503 if (anno.not_null()) {
506 if (param_anno.not_null()) {
532 if (anno.not_null()) {
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_MacroAssembler_sparc.cpp384 Label not_null; local
385 br_notnull_short(r, Assembler::pt, not_null);
387 bind(not_null);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_MacroAssembler_x86.cpp409 Label not_null;
411 jcc(Assembler::notZero, not_null);
413 bind(not_null);
H A Dinterp_masm_x86_32.cpp1073 Label not_null; local
1075 jccb(Assembler::notZero, not_null);
1079 bind(not_null);
H A Dinterp_masm_x86_64.cpp1097 Label not_null; local
1099 jccb(Assembler::notZero, not_null);
1103 bind(not_null);
/openjdk7/hotspot/src/share/vm/runtime/
H A DjavaCalls.cpp214 assert(method.not_null(), "should have thrown exception");
249 assert(method.not_null(), "should have thrown exception");
283 assert(method.not_null(), "should have thrown exception");
327 assert(method.not_null(), "must have a method to call");
H A Dhandles.hpp102 bool not_null() const { return _handle != NULL; } function in class:VALUE_OBJ_CLASS_SPEC
H A Ddeoptimization.cpp776 if (pending_exception.not_null()) {
923 assert(obj.not_null(), "reallocation was missed");
1309 if (xtty != NULL && trap_mdo.not_null()) {
1468 if (ProfileTraps && update_trap_state && trap_mdo.not_null()) {
H A Dthread.cpp1074 if (klass.not_null()) {
1110 assert(thread_group.not_null(), "thread group should be specified");
1683 assert(threadObj.not_null(), "java thread object must exist");
1708 assert(threadObj.not_null(), "Java thread object should be created");
1728 if (uncaught_exception.not_null()) {
1744 if (method.not_null()) {
3455 guarantee(k.not_null(), "Must find java/util/HashMap");
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayKlassKlass.cpp74 if (element_super.not_null()) {
77 bool supers_exist = super_klass.not_null();
H A DcpCacheOop.cpp301 const bool has_appendix = appendix.not_null();
302 const bool has_method_type = method_type.not_null();
362 assert(appendix.not_null(), "needed for linkage state");
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp307 return _host_klass.not_null();
314 && _cp_patches->adr_at(index)->not_null());
H A DsystemDictionary.cpp986 if (host_klass.not_null() && k.not_null()) {
1178 if (ik.not_null()) {
1601 assert(k.not_null(), "just checking");
2275 if (mname.not_null()) {
2372 if (accessing_klass.not_null()) {
2390 if (ss.is_object() && accessing_klass.not_null()) {
H A DclassFileParser.cpp313 if (_in_error && _cphandle.not_null()) {
1160 if (field_annotations.not_null()) {
2394 if (method_annotations.not_null()) {
2401 if (method_parameter_annotations.not_null()) {
2408 if (method_default_annotations.not_null()) {
3209 if (super_klass.not_null()) {
3669 (super_klass.not_null() && (super_klass->has_miranda_methods()))
3952 if (super.not_null()) {
3981 if (super.not_null()) {
H A DjavaClasses.cpp473 assert(mirror.not_null() && fd->is_static(), "just checking");
557 assert(comp_mirror.not_null(), "must have primitive mirror");
564 assert(comp_mirror.not_null(), "must have element mirror");
568 if (comp_mirror.not_null()) {
1246 while (h_throwable.not_null()) {
1253 while (result.not_null()) {
1289 if (h_throwable.not_null()) {
1310 while (result.not_null()) {
2675 assert(context.not_null() && context->klass() == SystemDictionary::AccessControlContext_klass(), "Invalid type");
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecode.cpp222 assert(_method.not_null(), "must supply method to resolve constant");
H A DinterpreterRuntime.cpp260 if (trap_method.not_null()) {
271 if (trap_mdo.not_null()) {
402 assert(h_exception.not_null(), "NULL exceptions should be handled by athrow");
H A Dbytecode.hpp336 assert(_method.not_null(), "must supply method");
H A DlinkResolver.cpp254 if (result.not_null()) {
296 if (result.not_null()) {
306 if (appendix.not_null()) expected_size_of_params += 1;
460 assert(current_klass.not_null() , "current_klass should not be null");
/openjdk7/hotspot/src/share/vm/code/
H A DcompiledIC.cpp321 assert(info.cached_oop().not_null() && info.cached_oop()->is_method(), "sanity check");
333 assert(info.cached_oop().not_null(), "must be set");
H A Dnmethod.cpp217 assert(exception.not_null(), "Must be non null");
230 assert(exception.not_null(),"Must be non null");
240 assert(exception.not_null(),"Must be non null");
2575 if (m.not_null()) {
2580 if (m.not_null() && !is_osr_method()) {

Completed in 191 milliseconds

12