Home
last modified time | relevance | path

Searched refs:GetReturnTypeDescriptor (Results 1 – 12 of 12) sorted by relevance

/art/runtime/mirror/
Dmethod_handle_impl.cc25 const char* MethodHandle::GetReturnTypeDescriptor(const char* invoke_method_name) { in GetReturnTypeDescriptor() function in art::mirror::MethodHandle
Dmethod_handle_impl.h87 static const char* GetReturnTypeDescriptor(const char* invoke_method_name);
Dvar_handle.h144 static const char* GetReturnTypeDescriptor(const char* accessor_method);
Dvar_handle.cc1602 const char* VarHandle::GetReturnTypeDescriptor(const char* accessor_name) { in GetReturnTypeDescriptor() function in art::mirror::VarHandle
/art/libdexfile/dex/
Dsignature.cc56 const char* return_type = dex_file_->GetReturnTypeDescriptor(*proto_id_); in IsVoid()
Ddex_file-inl.h155 inline const char* DexFile::GetReturnTypeDescriptor(const dex::ProtoId& proto_id) const { in GetReturnTypeDescriptor() function
Ddex_file.h456 const char* GetReturnTypeDescriptor(const dex::ProtoId& proto_id) const;
/art/runtime/
Dart_method-inl.h280 inline const char* ArtMethod::GetReturnTypeDescriptor() { in GetReturnTypeDescriptor() function
287 return Primitive::GetType(GetReturnTypeDescriptor()[0]); in GetReturnTypePrimitive()
Dart_method.h666 const char* GetReturnTypeDescriptor() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/verifier/
Dmethod_verifier.cc1804 const char* descriptor = dex_file_->GetReturnTypeDescriptor(proto_id); in SetTypesFromSignature()
2963 return_type = &FromClass(called_method->GetReturnTypeDescriptor(), in CodeFlowVerifyInstruction()
3003 return_type_descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
3081 descriptor = called_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
3138 descriptor = abs_method->GetReturnTypeDescriptor(); in CodeFlowVerifyInstruction()
3173 dex_file_->GetReturnTypeDescriptor(dex_file_->GetProtoId(proto_idx)); in CodeFlowVerifyInstruction()
3204 const char* return_descriptor = dex_file_->GetReturnTypeDescriptor(proto_id); in CodeFlowVerifyInstruction()
4341 expected_return_descriptor = mirror::MethodHandle::GetReturnTypeDescriptor(method_name); in CheckSignaturePolymorphicMethod()
4343 expected_return_descriptor = mirror::VarHandle::GetReturnTypeDescriptor(method_name); in CheckSignaturePolymorphicMethod()
4371 const char* return_descriptor = method->GetReturnTypeDescriptor(); in CheckSignaturePolymorphicMethod()
[all …]
/art/compiler/debug/
Delf_debug_info_writer.h187 WriteLazyType(dex->GetReturnTypeDescriptor(dex_proto)); in Write()
/art/openjdkjvmti/
Dti_redefine.cc2566 dex_file_->GetIndexForTypeId(*dex_file_->FindTypeId(method.GetReturnTypeDescriptor())); in UpdateMethods()