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

  /art/runtime/dex/
art_dex_file_loader_test.cc 246 TEST_F(ArtDexFileLoaderTest, FindProtoId) {
257 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
  /art/libdexfile/dex/
dex_file.h 710 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
713 const ProtoId* FindProtoId(dex::TypeIndex return_type_idx,
715 return FindProtoId(return_type_idx, &signature_type_idxs[0], signature_type_idxs.size());
    [all...]
dex_file.cc 388 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx,
482 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);
  /art/profman/
profman.cc     [all...]
  /art/openjdkjvmti/
ti_redefine.cc     [all...]

Completed in 124 milliseconds