Searched refs:return_type (Results 26 - 31 of 31) sorted by relevance

12

/art/dexlayout/
H A Ddex_ir.h676 ProtoId(const StringId* shorty, const TypeId* return_type, TypeList* parameters) argument
677 : shorty_(shorty), return_type_(return_type), parameters_(parameters)
/art/runtime/dex/
H A Ddex_file_annotations.cc1073 Handle<mirror::Class> return_type(hs.NewHandle(method->ResolveReturnType()));
1077 return_type,
/art/runtime/interpreter/
H A Dinterpreter_switch_impl.cc407 ObjPtr<mirror::Class> return_type = shadow_frame.GetMethod()->ResolveReturnType(); local
410 if (return_type == nullptr) {
414 if (!obj_result->VerifierInstanceOf(return_type)) {
420 return_type->GetDescriptor(&temp2));
/art/libdexfile/dex/
H A Ddex_file_verifier.cc2093 LOAD_STRING_BY_TYPE(return_type, item->return_type_idx_, "inter_proto_id_item return_type_idx")
2094 if (!CheckShortyDescriptorMatch(*shorty, return_type, true)) {
/art/compiler/optimizing/
H A Dcode_generator_mips64.cc51 Location Mips64ReturnLocation(DataType::Type return_type) { argument
52 switch (return_type) {
6687 DataType::Type return_type = ret->InputAt(0)->GetType();
6688 locations->SetInAt(0, Mips64ReturnLocation(return_type));
H A Dcode_generator_mips.cc53 Location MipsReturnLocation(DataType::Type return_type) { argument
54 switch (return_type) {
8801 DataType::Type return_type = ret->InputAt(0)->GetType(); local
8802 locations->SetInAt(0, MipsReturnLocation(return_type));

Completed in 202 milliseconds

12