Searched defs:box_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp88 const PointerType *box_type = PointerType::getUnqual(SharkType::oop_type()); local
107 param_types.push_back(box_type);
152 phi = builder()->CreatePHI(box_type, "boxed_object");
153 phi->addIncoming(ConstantPointerNull::get(box_type), null);
157 param_types.push_back(box_type);
208 return_type = box_type;
300 builder()->CreateICmpNE(result, ConstantPointerNull::get(box_type)),

Completed in 1374 milliseconds