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

/openjdk7/hotspot/src/share/vm/code/
H A DoopRecorder.cpp82 inline bool OopRecorder::is_real_jobject(jobject h) { function in class:OopRecorder
95 assert(!(make_findable && !is_real_jobject(h)), "nulls are not findable");
111 } else if (is_real_jobject(h)) {
128 assert(is_real_jobject(h), "must be valid jobject");

Completed in 29 milliseconds