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

  /art/runtime/
dex_file.h 794 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
797 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
799 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
    [all...]
dex_file_test.cc 480 TEST_F(DexFileTest, FindProtoId) {
491 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
dex_file.cc 847 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx,
    [all...]
  /art/profman/
profman.cc 696 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs);
    [all...]
  /art/runtime/openjdkjvmti/
ti_redefine.cc     [all...]

Completed in 94 milliseconds