Home
last modified time | relevance | path

Searched defs:return_type (Results 1 – 23 of 23) sorted by relevance

/art/libdexfile/dex/
Dsignature.cc56 const char* return_type = dex_file_->GetReturnTypeDescriptor(*proto_id_); in IsVoid() local
Dtest_dex_file_builder.h304 std::string return_type; member
344 const char* return_type = args_end + 1; in CreateProtoKey() local
Ddex_file_verifier.cc2546 const char* return_type = dex_file_->StringByTypeIdx(item->return_type_idx_); in CheckInterProtoIdItem() local
/art/libartbase/base/
Dcasts.h137 using return_type = typename std::conditional<std::is_same<Dest, void>::value, in enum_cast() local
/art/runtime/mirror/
Dmethod_type_test.cc41 static ObjPtr<mirror::MethodType> CreateMethodType(const std::string& return_type, in CreateMethodType()
Dmethod_type.cc40 Handle<Class> return_type, in Create()
Demulated_stack_frame.cc57 const Primitive::Type return_type = r_type->GetPrimitiveType(); in CalculateFrameAndReferencesSize() local
/art/compiler/optimizing/
Dbuilder.cc60 DataType::Type return_type) in HGraphBuilder()
Dcode_generator_arm64.h208 Location GetReturnLocation(DataType::Type return_type) const { in GetReturnLocation()
223 Location GetReturnLocation(DataType::Type return_type) const override { in GetReturnLocation()
Dinstruction_builder.cc50 DataType::Type return_type, in HInstructionBuilder()
955 DataType::Type return_type = DataType::FromShorty(shorty[0]); in BuildInvoke() local
1086 DataType::Type return_type = DataType::FromShorty(shorty[0]); in BuildInvokePolymorphic() local
1114 DataType::Type return_type = DataType::FromShorty(shorty[0]); in BuildInvokeCustom() local
Dconstant_folding_test.cc42 DataType::Type return_type = DataType::Type::kInt32) { in TestCode()
Dnodes.h4442 DataType::Type return_type, in HInvoke()
4481 DataType::Type return_type, in HInvokeUnresolved()
4508 DataType::Type return_type, in HInvokePolymorphic()
4539 DataType::Type return_type, in HInvokeCustom()
4634 DataType::Type return_type, in HInvokeStaticOrDirect()
4856 DataType::Type return_type, in HInvokeVirtual()
4918 DataType::Type return_type, in HInvokeInterface()
Dcode_generator_arm64.cc131 Location ARM64ReturnLocation(DataType::Type return_type) { in ARM64ReturnLocation()
148 Location InvokeRuntimeCallingConvention::GetReturnLocation(DataType::Type return_type) { in GetReturnLocation()
5803 DataType::Type return_type = instruction->InputAt(0)->GetType(); in VisitReturn() local
/art/runtime/verifier/
Dmethod_verifier.cc2169 const RegType& return_type = GetMethodReturnType(); in CodeFlowVerifyInstruction() local
2194 const RegType& return_type = GetMethodReturnType(); in CodeFlowVerifyInstruction() local
2209 const RegType& return_type = GetMethodReturnType(); in CodeFlowVerifyInstruction() local
2957 const RegType* return_type = nullptr; in CodeFlowVerifyInstruction() local
2993 const RegType* return_type = nullptr; in CodeFlowVerifyInstruction() local
3083 const RegType& return_type = reg_types_.FromDescriptor(class_loader_.Get(), in CodeFlowVerifyInstruction() local
3140 const RegType& return_type = reg_types_.FromDescriptor(class_loader_.Get(), in CodeFlowVerifyInstruction() local
3174 const RegType& return_type = in CodeFlowVerifyInstruction() local
3207 const RegType& return_type = in CodeFlowVerifyInstruction() local
/art/compiler/jni/quick/
Dcalling_convention.h393 Primitive::Type return_type = GetReturnType(); in HasSmallReturnType() local
/art/runtime/entrypoints/
Dentrypoint_utils.cc52 ObjPtr<mirror::Class> return_type = method->ResolveReturnType(); in CheckReferenceResult() local
/art/runtime/native/
Djava_lang_reflect_Executable.cc332 ObjPtr<mirror::Class> return_type(method->ResolveReturnType()); in Executable_getMethodReturnTypeInternal() local
/art/dexlayout/
Ddexlayout.cc1216 const char* return_type = strrchr(type_descriptor, ')'); in DumpMethod() local
Ddex_ir.h654 ProtoId(const StringId* shorty, const TypeId* return_type, TypeList* parameters) in ProtoId()
/art/openjdkjvmti/
Dti_stack.cc1343 art::ObjPtr<art::mirror::Class> return_type, in ValidReturnType()
/art/runtime/
Dclass_linker.cc5790 std::string return_type = dex_file->PrettyType(return_type_idx); in ThrowSignatureCheckResolveReturnTypeException() local
5846 Handle<mirror::Class> return_type(hs.NewHandle(method1->ResolveReturnType())); in HasSameSignatureWithDifferentClassLoaders() local
9140 Handle<mirror::Class> return_type(hs.NewHandle( in ResolveMethodType() local
9268 Handle<mirror::Class> return_type; in ResolveMethodHandleForField() local
9472 Handle<mirror::Class> return_type = in ResolveMethodHandleForMethod() local
/art/runtime/dex/
Ddex_file_annotations.cc1064 Handle<mirror::Class> return_type(hs.NewHandle(method->ResolveReturnType())); in GetAnnotationDefaultValue() local
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h494 ObjPtr<mirror::Class> return_type = shadow_frame.GetMethod()->ResolveReturnType(); in RETURN_OBJECT() local