Lines Matching defs:depth
391 // Depth of class from java.lang.Object392 uint32_t Depth() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {393 uint32_t depth = 0;395 depth++;397 return depth;