Home
last modified time | relevance | path

Searched refs:GetShorty (Results 1 – 25 of 35) sorted by relevance

12

/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc96 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/
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/
Dnative_bridge_art_interface.cc38 return m->GetShorty(); in GetMethodShorty()
69 methods[count].signature = m.GetShorty(); in GetNativeMethods()
Dart_method-inl.h176 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()
Dreflection.cc486 *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()
Dart_method.h636 ALWAYS_INLINE const char* GetShorty() REQUIRES_SHARED(Locks::mutator_lock_);
638 const char* GetShorty(uint32_t* out_length) REQUIRES_SHARED(Locks::mutator_lock_);
Dreference_table_test.cc72 constructor->Invoke(self, args, sizeof(uint32_t), &result, constructor->GetShorty()); in CreateWeakReference()
Dinstrumentation.cc1449 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()
Dart_method.cc322 CHECK_STREQ(GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty(), shorty); in Invoke()
Dstack.cc160 const char* shorty = m->GetShorty(&shorty_len); in GetThisObject()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc164 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/
Dcalling_convention_x86_64.cc112 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/
Dcalling_convention_arm64.cc159 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/
Dbuilder.cc55 return_type_(DataType::FromShorty(dex_compilation_unit_->GetShorty()[0])) {} in HGraphBuilder()
/art/runtime/interpreter/mterp/
Dnterp.cc127 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/
Djni_entrypoints.cc134 const char* shorty = method->GetShorty(&shorty_len); in artCriticalNativeFrameSize()
/art/compiler/jni/quick/
Dcalling_convention.h195 const char* GetShorty() const { in GetShorty() function
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc239 char return_shorty_char = called->GetShorty()[0]; in GenericJniMethodEnd()
Dquick_trampoline_entrypoints.cc668 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/
Ddex_instruction.cc482 << ", " << file->GetShorty(proto_idx) in DumpString()
498 << ", " << file->GetShorty(dex::ProtoIndex(proto_idx)) in DumpString()
Ddex_file-inl.h159 inline const char* DexFile::GetShorty(dex::ProtoIndex proto_idx) const { in GetShorty() function
Ddex_file.h491 const char* GetShorty(dex::ProtoIndex proto_idx) const;
/art/runtime/interpreter/
Dinterpreter.cc449 num_regs = num_ins = ArtMethod::NumArgRegisters(method->GetShorty()); in EnterInterpreterFromInvoke()
469 const char* shorty = method->GetShorty(&shorty_len); in EnterInterpreterFromInvoke()
Dinterpreter_common.cc300 result, method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetShorty()); in ArtInterpreterToCompiledCodeBridge()
1321 const char* shorty = method->GetShorty(&shorty_len); in DoCallCommon()
/art/runtime/jit/
Djit_code_cache.cc70 : shorty_(method->GetShorty()), in REQUIRES_SHARED()
98 const char* shorty = method->GetShorty(); in UpdateShorty()

12