Searched defs:to_find (Results 1 - 1 of 1) sorted by relevance

/art/runtime/dex/
H A Dart_dex_file_loader_test.cc248 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); local
249 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find);
257 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
265 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); local
266 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_);
267 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
268 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_);
271 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
273 << java_lang_dex_file_->GetMethodSignature(to_find);
280 const DexFile::FieldId& to_find local
[all...]

Completed in 125 milliseconds