Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h189 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() argument
192 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
Dart_method.h647 const char* GetShorty(uint32_t* out_length) REQUIRES_SHARED(Locks::mutator_lock_);