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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkConstant.hpp47 bool _is_nonzero; member in class:SharkConstant
56 return _is_nonzero;
68 _type, builder->CreateInlineOop(_object), _is_nonzero);
H A DsharkConstant.cpp100 _is_nonzero = value->zero_checked();
130 _is_nonzero = true;

Completed in 64 milliseconds