Searched refs:is_oop (Results 51 - 63 of 63) sorted by relevance

123

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp1227 assert(obj->is_oop(), "must be a valid oop");
H A Doutput.cpp715 array->append(new_loc_value( _regalloc, regnum, _regalloc->is_oop(local) ? Location::oop : Location::normal ));
/openjdk7/hotspot/src/share/vm/runtime/
H A Dframe.cpp1180 if (*p != NULL && !(*p)->is_oop()) {
H A Dos.cpp891 } else if (p == NULL && ((oopDesc*)addr)->is_oop()) {
H A Ddeoptimization.cpp232 assert(result == NULL || result->is_oop(), "must be oop");
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.cpp1672 bool is_oop = (field_type == T_ARRAY || field_type == T_OBJECT); local
1738 if (is_oop) {
1754 if (is_oop) {
H A Dc1_LIR.cpp242 bool LIR_OprDesc::is_oop() const { function in class:LIR_OprDesc
H A Dc1_LIR.hpp363 bool is_oop() const;
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp306 assert(s->is_oop(), "JVM_ArrayCopy: src not an oop");
307 assert(d->is_oop(), "JVM_ArrayCopy: dst not an oop");
1110 assert(pd == NULL || pd->is_oop(), "just checking");
/openjdk7/hotspot/src/share/vm/interpreter/
H A DlinkResolver.cpp879 assert(recv.is_null() || recv->is_oop(), "receiver is not an oop");
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp589 bool result_is_oop = result->is_valid() ? result->is_oop() : false;
3784 } else if (data->is_oop()) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp282 assert(newOop->is_oop(), "Expected an oop");
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3423 } else if (data->is_oop()) {

Completed in 165 milliseconds

123