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

/openjdk7/hotspot/src/share/vm/runtime/
H A DfieldType.hpp64 static bool is_obj(Symbol* signature) { function in class:FieldType
/openjdk7/hotspot/src/share/vm/memory/
H A Dgeneration.cpp280 bool is_obj; member in class:GenerationBlockIsObjClosure
282 if (!is_obj && s->is_in_reserved(_p)) {
283 is_obj |= s->block_is_obj(_p);
286 GenerationBlockIsObjClosure(const HeapWord* p) { _p = p; is_obj = false; }
293 return blk.is_obj;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp1161 bool is_obj = (type == T_ARRAY || type == T_OBJECT); local
1180 if (is_obj) {
1186 if (is_obj) {
1219 bool is_obj = (type == T_ARRAY || type == T_OBJECT); local
1227 assert (!x->is_add() && (type == T_INT || (is_obj LP64_ONLY(&& UseCompressedOops))), "unexpected type");
1246 if (is_obj) {
1256 if (is_obj) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp1349 bool is_obj = (type == T_ARRAY || type == T_OBJECT); local
1350 if (is_obj) {
1376 bool is_obj = (type == T_ARRAY || type == T_OBJECT); local
1379 assert (type == T_INT || (!x->is_add() && is_obj) LP64_ONLY( || type == T_LONG ), "unexpected type");
1405 if (is_obj) {
1411 if (is_obj) {

Completed in 41 milliseconds