Home
last modified time | relevance | path

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

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