HomeSort by relevance Sort by last modified time
    Searched refs:FindProtoId (Results 1 - 5 of 5) sorted by null

  /art/runtime/
method_helper.cc 90 other_dexfile.FindProtoId(other_return_type_idx, other_param_type_idxs);
dex_file_test.cc 304 TEST_F(DexFileTest, FindProtoId) {
315 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
dex_file.h 712 const ProtoId* FindProtoId(uint16_t return_type_idx,
714 const ProtoId* FindProtoId(uint16_t return_type_idx,
716 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
    [all...]
dex_file.cc 607 const DexFile::ProtoId* DexFile::FindProtoId(uint16_t return_type_idx,
704 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
    [all...]
  /art/compiler/dex/quick/
dex_file_method_inliner.cc 642 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs,
    [all...]

Completed in 128 milliseconds