Searched defs:GetShorty (Results 1 – 6 of 6) sorted by relevance
72 const char* GetShorty() const { in GetShorty() function77 const char* GetShorty(uint32_t* shorty_len) const { in GetShorty() function
182 const char* GetShorty() const { in GetShorty() function
480 const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetShorty() function
338 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() function
745 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() function
1454 Mir2Lir::ShortyArg Mir2Lir::InToRegStorageMapping::GetShorty(size_t in_position) { in GetShorty() function in art::Mir2Lir::InToRegStorageMapping