Home
last modified time | relevance | path

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

12

/art/libdexfile/dex/
Dsignature.cc56 const char* return_type = dex_file_->GetReturnTypeDescriptor(*proto_id_); in IsVoid() local
Dtest_dex_file_builder.h306 std::string return_type; member
346 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/libprofile/profile/
Dprofile_test_helper.h175 std::string return_type = "LSharedType" + std::to_string(return_type_index) + ";"; variable
/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.cc57 DataType::Type return_type) in HGraphBuilder()
Dcode_generator_arm64.h206 Location GetReturnLocation(DataType::Type return_type) const { in GetReturnLocation()
221 Location GetReturnLocation(DataType::Type return_type) const override { in GetReturnLocation()
Dinstruction_builder.cc89 DataType::Type return_type, in HInstructionBuilder()
996 DataType::Type return_type = DataType::FromShorty(shorty[0]); in BuildInvoke() local
1156 static bool VarHandleAccessorNeedsReturnTypeCheck(HInvoke* invoke, DataType::Type return_type) { in VarHandleAccessorNeedsReturnTypeCheck()
1177 DataType::Type return_type = DataType::FromShorty(shorty[0]); in BuildInvokePolymorphic() local
1229 DataType::Type return_type = DataType::FromShorty(shorty[0]); in BuildInvokeCustom() local
Dconstant_folding_test.cc42 DataType::Type return_type = DataType::Type::kInt32) { in TestCode()
Doptimizing_unit_test.h463 HInvokeStaticOrDirect* MakeInvoke(DataType::Type return_type, in MakeInvoke()
Dcode_generator_arm64.cc137 Location ARM64ReturnLocation(DataType::Type return_type) { in ARM64ReturnLocation()
154 Location InvokeRuntimeCallingConvention::GetReturnLocation(DataType::Type return_type) { in GetReturnLocation()
6017 DataType::Type return_type = instruction->InputAt(0)->GetType(); in VisitReturn() local
Dintrinsics_arm64.cc4288 DataType::Type return_type = invoke->GetType(); in HasVarHandleIntrinsicImplementation() local
4352 DataType::Type return_type = invoke->GetType(); in CreateVarHandleCommonLocations() local
/art/runtime/verifier/
Dmethod_verifier.cc2160 const RegType& return_type = GetMethodReturnType(); in CodeFlowVerifyInstruction() local
2185 const RegType& return_type = GetMethodReturnType(); in CodeFlowVerifyInstruction() local
2200 const RegType& return_type = GetMethodReturnType(); in CodeFlowVerifyInstruction() local
2933 const RegType* return_type = nullptr; in CodeFlowVerifyInstruction() local
2969 const RegType* return_type = nullptr; in CodeFlowVerifyInstruction() local
3059 const RegType& return_type = reg_types_.FromDescriptor(class_loader_.Get(), in CodeFlowVerifyInstruction() local
3116 const RegType& return_type = reg_types_.FromDescriptor(class_loader_.Get(), in CodeFlowVerifyInstruction() local
3150 const RegType& return_type = in CodeFlowVerifyInstruction() local
3183 const RegType& return_type = in CodeFlowVerifyInstruction() local
/art/compiler/jni/quick/
Dcalling_convention.h371 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/interpreter/
Dinterpreter_switch_impl-inl.h473 ObjPtr<mirror::Class> return_type = shadow_frame_.GetMethod()->ResolveReturnType(); in RETURN_OBJECT() local
/art/runtime/
Dclass_linker.cc5663 std::string return_type = dex_file->PrettyType(return_type_idx); in ThrowSignatureCheckResolveReturnTypeException() local
5719 Handle<mirror::Class> return_type(hs.NewHandle(method1->ResolveReturnType())); in HasSameSignatureWithDifferentClassLoaders() local
9403 Handle<mirror::Class> return_type(hs.NewHandle( in ResolveMethodType() local
9531 Handle<mirror::Class> return_type; in ResolveMethodHandleForField() local
9735 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

12