/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.cc | 96 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister() 100 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister() 239 bool return_type_ok = GetShorty()[0] == 'I' || GetShorty()[0] == 'J' || GetShorty()[0] == 'V'; in OutFrameSize() 242 GetShorty()[0] != 'F' && GetShorty()[0] != 'D' && !RequiresSmallResultTypeExtension()); in OutFrameSize() 248 DCHECK_EQ(0u, GetCriticalNativeStubFrameSize(GetShorty(), NumArgs() + 1u)); in OutFrameSize() 255 DCHECK_EQ(out_args_size, GetCriticalNativeStubFrameSize(GetShorty(), NumArgs() + 1u)); in OutFrameSize()
|
/art/compiler/driver/ |
D | dex_compilation_unit.h | 73 const char* GetShorty() const { in GetShorty() function 78 const char* GetShorty(uint32_t* shorty_len) const { in GetShorty() function
|
/art/runtime/ |
D | native_bridge_art_interface.cc | 38 return m->GetShorty(); in GetMethodShorty() 69 methods[count].signature = m.GetShorty(); in GetNativeMethods()
|
D | art_method-inl.h | 176 inline const char* ArtMethod::GetShorty() { in GetShorty() function 178 return GetShorty(&unused_length); in GetShorty() 181 inline const char* ArtMethod::GetShorty(uint32_t* out_length) { in GetShorty() function 277 return strlen(GetShorty()) - return_type_count; in GetNumberOfParameters()
|
D | reflection.cc | 486 *shorty = np_method->GetShorty(&shorty_len); in InvokeMethodImpl() 537 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in InvokeWithVarArgs() 578 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in InvokeWithJValues() 621 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithJValues() 665 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in InvokeVirtualOrInterfaceWithVarArgs()
|
D | art_method.h | 636 ALWAYS_INLINE const char* GetShorty() REQUIRES_SHARED(Locks::mutator_lock_); 638 const char* GetShorty(uint32_t* out_length) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | reference_table_test.cc | 72 constructor->Invoke(self, args, sizeof(uint32_t), &result, constructor->GetShorty()); in CreateWeakReference()
|
D | instrumentation.cc | 1449 shorty = m->GetShorty()[0]; in GetRuntimeMethodShorty() 1453 shorty = m->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty()[0]; in GetRuntimeMethodShorty() 1548 return_shorty = method->GetInterfaceMethodIfProxy(pointer_size)->GetShorty(&length)[0]; in PopInstrumentationStackFrame()
|
D | art_method.cc | 322 CHECK_STREQ(GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(), shorty); in Invoke()
|
D | stack.cc | 160 const char* shorty = m->GetShorty(&shorty_len); in GetThisObject()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 164 switch (GetShorty()[0]) { in ReturnRegister() 179 switch (GetShorty()[0]) { in ReturnRegister() 438 if (is_critical_native_ && (size != 0u || GetShorty()[0] == 'F' || GetShorty()[0] == 'D')) { in OutFrameSize() 443 DCHECK_EQ(out_args_size, GetCriticalNativeStubFrameSize(GetShorty(), NumArgs() + 1u)); in OutFrameSize()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 112 return ReturnRegisterForShorty(GetShorty(), false); in ReturnRegister() 116 return ReturnRegisterForShorty(GetShorty(), true); in ReturnRegister() 235 DCHECK_EQ(out_args_size, GetCriticalNativeStubFrameSize(GetShorty(), NumArgs() + 1u)); in OutFrameSize()
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 159 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister() 163 return ReturnRegisterForShorty(GetShorty()); in ReturnRegister() 288 DCHECK_EQ(out_args_size, GetCriticalNativeStubFrameSize(GetShorty(), NumArgs() + 1u)); in OutFrameSize()
|
/art/compiler/optimizing/ |
D | builder.cc | 55 return_type_(DataType::FromShorty(dex_compilation_unit_->GetShorty()[0])) {} in HGraphBuilder()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 127 return method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(); in NterpGetShorty() 143 return caller->GetDexFile()->GetShorty(proto_idx); in NterpGetShortyFromInvokePolymorphic() 155 return dex_file->GetShorty(proto_idx); in NterpGetShortyFromInvokeCustom()
|
/art/runtime/entrypoints/jni/ |
D | jni_entrypoints.cc | 134 const char* shorty = method->GetShorty(&shorty_len); in artCriticalNativeFrameSize()
|
/art/compiler/jni/quick/ |
D | calling_convention.h | 195 const char* GetShorty() const { in GetShorty() function
|
/art/runtime/entrypoints/quick/ |
D | quick_jni_entrypoints.cc | 239 char return_shorty_char = called->GetShorty()[0]; in GenericJniMethodEnd()
|
D | quick_trampoline_entrypoints.cc | 668 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickToInterpreterBridge() 831 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickProxyInvokeHandler() 938 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in artQuickGetProxyReferenceArgumentAt() 982 const char* shorty = non_proxy_method->GetShorty(&shorty_len); in GetProxyReferenceArguments() 1064 method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(&shorty_len); in artInstrumentationMethodEntryFromCode() 2139 const char* shorty = called->GetShorty(&shorty_len); in artQuickGenericJniTrampoline() 2518 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokePolymorphic() 2640 const char* shorty = caller_method->GetDexFile()->GetShorty(proto_idx); in artInvokeCustom()
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 482 << ", " << file->GetShorty(proto_idx) in DumpString() 498 << ", " << file->GetShorty(dex::ProtoIndex(proto_idx)) in DumpString()
|
D | dex_file-inl.h | 159 inline const char* DexFile::GetShorty(dex::ProtoIndex proto_idx) const { in GetShorty() function
|
D | dex_file.h | 491 const char* GetShorty(dex::ProtoIndex proto_idx) const;
|
/art/runtime/interpreter/ |
D | interpreter.cc | 449 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke() 469 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke()
|
D | interpreter_common.cc | 300 result, method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty()); in ArtInterpreterToCompiledCodeBridge() 1321 const char* shorty = method->GetShorty(&shorty_len); in DoCallCommon()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 70 : shorty_(method->GetShorty()), in REQUIRES_SHARED() 98 const char* shorty = method->GetShorty(); in UpdateShorty()
|