Home
last modified time | relevance | path

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

/art/runtime/
Dart_method-inl.h338 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() argument
341 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length); in GetShorty()
Dart_method.h485 const char* GetShorty(uint32_t* out_length) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);