Home
last modified time | relevance | path

Searched refs:Depth (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dreg_type.cc937 size_t s_depth = s->Depth(); in ClassJoin()
938 size_t t_depth = t->Depth(); in ClassJoin()
/art/runtime/mirror/
Dclass.h397 uint32_t Depth() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in Depth() function