Home
last modified time | relevance | path

Searched defs:GetShorty (Results 1 – 4 of 4) sorted by relevance

/art/compiler/driver/
Ddex_compilation_unit.h73 const char* GetShorty() const { in GetShorty() function
78 const char* GetShorty(uint32_t* shorty_len) const { in GetShorty() function
/art/runtime/
Dart_method-inl.h176 inline const char* ArtMethod::GetShorty() { in GetShorty() function
181 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() function
/art/compiler/jni/quick/
Dcalling_convention.h195 const char* GetShorty() const { in GetShorty() function
/art/libdexfile/dex/
Ddex_file-inl.h159 inline const char* DexFile::GetShorty(dex::ProtoIndex proto_idx) const { in GetShorty() function