/art/runtime/ |
D | native_bridge_art_interface.cc | 36 return m->GetShorty(); in GetMethodShorty() 70 methods[count].signature = m.GetShorty(); in GetNativeMethods() 82 methods[count].signature = m.GetShorty(); in GetNativeMethods()
|
D | reflection.cc | 456 const char* shorty = method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(&shorty_len); in InvokeWithVarArgs() 486 const char* shorty = method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(&shorty_len); in InvokeWithJValues() 517 const char* shorty = method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithJValues() 548 const char* shorty = method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithVarArgs() 633 const char* shorty = np_method->GetShorty(&shorty_len); in InvokeMethod()
|
D | art_method.h | 480 const char* GetShorty() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in GetShorty() function 482 return GetShorty(&unused_length); in GetShorty() 485 const char* GetShorty(uint32_t* out_length) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | art_method.cc | 378 CHECK_STREQ(GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty(), shorty); in Invoke() 458 const char* shorty = method->GetShorty(&shorty_len); in GetNumberOfReferenceArgsWithoutReceiver()
|
D | art_method-inl.h | 338 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() function
|
D | java_vm_ext.cc | 228 const char* shorty = m->GetShorty(); in FindNativeMethod()
|
D | debugger.cc | 1529 uint16_t vreg_count = ArtMethod::NumArgRegisters(m->GetShorty()); in DemangleSlot() 1704 std::string shorty(m->GetShorty()); in OutputVariableTable() 1730 JDWP::JdwpTag tag = BasicTagFromDescriptor(m->GetShorty()); in OutputMethodReturnValue() 3923 const char* shorty = m->GetShorty(&shorty_len); in PrepareInvokeMethod() 4056 JDWP::JdwpTag result_tag = BasicTagFromDescriptor(m->GetShorty()); in ExecuteMethodWithoutPendingException()
|
D | instrumentation.cc | 991 char return_shorty = method->GetShorty(&length)[0]; in PopInstrumentationStackFrame()
|
D | dex_file.h | 745 const char* GetShorty(uint32_t proto_idx) const { in GetShorty() function
|
D | class_linker.cc | 2409 if (strcmp("V", dex_file.GetShorty(method_id.proto_idx_)) == 0) { in LoadMethod() 3525 CHECK_STREQ(np->GetShorty(), prototype->GetShorty()); in CheckProxyMethod()
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 72 const char* GetShorty() const { in GetShorty() function 77 const char* GetShorty(uint32_t* shorty_len) const { in GetShorty() function
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.cc | 57 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister() 61 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 57 switch (GetShorty()[0]) { in ReturnRegister() 67 switch (GetShorty()[0]) { in ReturnRegister() 83 switch (GetShorty()[0]) { in ReturnRegister()
|
/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.cc | 54 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister() 58 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.cc | 50 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister() 54 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
|
/art/runtime/entrypoints/interpreter/ |
D | interpreter_entrypoints.cc | 53 result, method->GetInterfaceMethodIfProxy(sizeof(void*))->GetShorty()); in artInterpreterToCompiledCodeBridge()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 55 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister() 59 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister()
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 69 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister() 73 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister()
|
/art/compiler/dex/quick/ |
D | mir_to_lir.cc | 58 i += m2l_->in_to_reg_storage_mapping_.GetShorty(i).IsWide() ? 2u : 1u) { in Compile() 212 ShortyArg arg = in_to_reg_storage_mapping_.GetShorty(in_position); in SpillArg() 224 ShortyArg arg = in_to_reg_storage_mapping_.GetShorty(in_position); in UnspillArg() 253 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32; in GenSpecialIGet() 256 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64; in GenSpecialIGet() 325 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kSingle : k32; in GenSpecialIPut() 328 size = in_to_reg_storage_mapping_.GetShorty(data.src_arg).IsFP() ? kDouble : k64; in GenSpecialIPut() 1454 Mir2Lir::ShortyArg Mir2Lir::InToRegStorageMapping::GetShorty(size_t in_position) { in GetShorty() function in art::Mir2Lir::InToRegStorageMapping
|
D | mir_to_lir.h | 1907 ShortyArg GetShorty(size_t in_position);
|
/art/compiler/jni/quick/ |
D | calling_convention.h | 182 const char* GetShorty() const { in GetShorty() function
|
/art/compiler/optimizing/ |
D | builder.h | 54 return_type_(Primitive::GetType(dex_compilation_unit_->GetShorty()[0])), in HGraphBuilder()
|
/art/runtime/interpreter/ |
D | interpreter.cc | 325 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke() 344 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke()
|
D | interpreter_common.cc | 528 const char* shorty = new_shadow_frame->GetMethod()->GetShorty(&shorty_len); in DoCall()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 620 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickToInterpreterBridge() 752 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickProxyInvokeHandler() 1815 const char* shorty = called->GetShorty(&shorty_len); in artQuickGenericJniTrampoline() 1897 char return_shorty_char = called->GetShorty()[0]; in artQuickGenericJniEndTrampoline()
|