Searched refs:FindProtoId (Results 1 - 4 of 4) sorted by last modified time

/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc777 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs,
/art/runtime/
H A Ddex_file.cc695 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx, function in class:art::DexFile
792 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
H A Ddex_file.h769 const ProtoId* FindProtoId(uint16_t return_type_idx,
771 const ProtoId* FindProtoId(uint16_t return_type_idx, function in class:art::DexFile
773 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
H A Ddex_file_test.cc306 TEST_F(DexFileTest, FindProtoId) {
317 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);

Completed in 2936 milliseconds