Searched refs:out_length (Results 1 – 2 of 2) sorted by relevance
426 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() argument429 return dex_file->GetMethodShorty(dex_file->GetMethodId(method->GetDexMethodIndex()), out_length); in GetShorty()
512 const char* GetShorty(uint32_t* out_length) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);