Searched refs:t_depth (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.cc945 size_t t_depth = t->Depth(); local
947 if (s_depth > t_depth) {
948 while (s_depth > t_depth) {
953 while (t_depth > s_depth) {
955 t_depth--;

Completed in 49 milliseconds