Searched refs:is_objArray (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/services/
H A DserviceUtil.hpp79 if (o->is_objArray()) {
H A DheapDumper.cpp1217 if (o->is_instance() || o->is_objArray() || o->is_typeArray()) {
1317 if (o->is_objArray()) {
/openjdk7/hotspot/src/share/vm/oops/
H A DobjArrayKlass.cpp57 assert(obj->is_objArray(), "must be object array");
171 assert(s->is_objArray(), "must be obj array");
173 if (!d->is_objArray()) {
448 assert(obj->is_objArray(), "obj must be obj array");
460 assert(obj->is_objArray(), "obj must be obj array");
469 assert (obj->is_objArray(), "obj must be obj array");
497 assert(obj->is_objArray(), "must be objArray");
516 assert(obj->is_objArray(), "must be objArray");
542 guarantee(obj->is_objArray(), "must be objArray");
H A DinstanceKlassKlass.cpp682 guarantee(local_interfaces->is_objArray(), "should be obj array");
692 guarantee(transitive_interfaces->is_objArray(), "should be obj array");
701 guarantee(methods->is_objArray(), "should be obj array");
754 guarantee(ik->signers()->is_objArray(), "should be obj array");
760 guarantee(ik->fields_annotations()->is_objArray(), "should be obj array");
763 guarantee(ik->methods_annotations()->is_objArray(), "should be obj array");
766 guarantee(ik->methods_parameter_annotations()->is_objArray(), "should be obj array");
769 guarantee(ik->methods_default_annotations()->is_objArray(), "should be obj array");
H A Doop.hpp136 bool is_objArray() const;
H A Doop.inline.hpp155 inline bool oopDesc::is_objArray() const { return blueprint()->oop_is_objArray(); } function in class:oopDesc
496 // is_objArray() && is_forwarded() // covers first scenario above
503 (is_objArray() && is_forwarded() && (UseParNewGC || UseParallelGC || UseG1GC)))),
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.inline.hpp182 new_obj->is_objArray() &&
H A DpsPromotionManager.cpp277 assert(old->is_objArray(), "invariant");
H A DcardTableExtension.cpp178 if (oop(top_obj)->is_objArray() || oop(top_obj)->is_typeArray()) {
/openjdk7/hotspot/src/share/vm/memory/
H A Dclassify.cpp69 } else if (obj->is_objArray()) {
H A DcardTableRS.cpp442 if (!boundary_obj->is_objArray() &&
H A Dspace.cpp52 if (oop(top_obj)->is_objArray() || oop(top_obj)->is_typeArray()) {
191 if (oop(top_obj)->is_objArray() || oop(top_obj)->is_typeArray()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp214 && !(oop(first_block)->is_objArray() // first block is not an array (arrays are precisely dirtied)
284 || oop(last_block)->is_objArray() // last_block is an array (precisely marked)
H A DparNewGeneration.cpp112 return new_obj->is_objArray() &&
118 assert(old->is_objArray(), "must be obj array");
163 if (obj_to_scan->is_objArray() &&
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.hpp197 DEF_HANDLE(objArray , is_objArray )
H A Dreflection.cpp210 if (a->is_objArray()) {
253 if (a->is_objArray()) {
968 assert(ptypes->is_objArray(), "just checking");
/openjdk7/hotspot/src/share/vm/utilities/
H A Dtaskqueue.cpp271 return _obj != NULL && _obj->is_objArray() && _index > 0 &&
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegion.cpp155 (_containing_obj->is_objArray() ?
719 if (next < end || !obj->is_objArray()) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciObjectFactory.cpp357 } else if (o->is_objArray()) {
H A DciEnv.cpp332 assert(a->is_objArray(), "");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1228 } else if (src->is_objArray() && dst->is_objArray()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp1294 (HeapWord*)res, obj->is_objArray(), obj_size);
1434 obj_ptr, old->is_objArray(), word_sz);
6934 if (p->is_objArray()) {
7116 if (p->is_objArray()) {
7806 if (obj->is_objArray()) {
8684 if (obj->is_objArray()) {
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp1134 if (results.is_null() || !results->is_objArray()) return -1;
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1037 assert(threads->is_objArray(), "just checking"); // Todo: Add better type checking code
1048 assert(groups == NULL || groups->is_objArray(), "just checking"); // Todo: Add better type checking code
H A DsystemDictionary.cpp2487 assert(bootstrap_specifier->is_objArray(), "");

Completed in 257 milliseconds

12