Searched defs:GetShorty (Results 1 - 5 of 5) sorted by relevance

/art/compiler/driver/
H A Ddex_compilation_unit.h72 const char* GetShorty() const { function in class:art::DexCompilationUnit
77 const char* GetShorty(uint32_t* shorty_len) const { function in class:art::DexCompilationUnit
/art/compiler/jni/quick/
H A Dcalling_convention.h182 const char* GetShorty() const { function in class:art::CallingConvention
/art/compiler/dex/quick/
H A Dmir_to_lir.cc58 i += m2l_->in_to_reg_storage_mapping_.GetShorty(i).IsWide() ? 2u : 1u) {
212 ShortyArg arg = in_to_reg_storage_mapping_.GetShorty(in_position);
224 ShortyArg arg = in_to_reg_storage_mapping_.GetShorty(in_position);
253 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32;
256 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64;
325 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32;
328 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64;
1454 Mir2Lir::ShortyArg Mir2Lir::InToRegStorageMapping::GetShorty(size_t in_position) { function in class:art::Mir2Lir::InToRegStorageMapping
/art/runtime/
H A Dart_method-inl.h338 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { function in class:art::ArtMethod
H A Ddex_file.h745 const char* GetShorty(uint32_t proto_idx) const { function in class:art::DexFile

Completed in 1041 milliseconds