Searched refs:shorty_size (Results 1 – 1 of 1) sorted by relevance
480 uint32_t shorty_size = strlen(shorty); in CanCompileShorty() local481 CHECK_GE(shorty_size, 1u); in CanCompileShorty()483 for (uint32_t i = 0; i < shorty_size; i++) { in CanCompileShorty()