Lines Matching refs:to_find
306 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); in TEST_F() local
307 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find); in TEST_F()
315 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types); in TEST_F()
323 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); in TEST_F() local
324 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
325 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_); in TEST_F()
326 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_); in TEST_F()
329 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "." in TEST_F()
331 << java_lang_dex_file_->GetMethodSignature(to_find); in TEST_F()
338 const DexFile::FieldId& to_find = java_lang_dex_file_->GetFieldId(i); in TEST_F() local
339 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_); in TEST_F()
340 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_); in TEST_F()
341 const DexFile::TypeId& type = java_lang_dex_file_->GetTypeId(to_find.type_idx_); in TEST_F()
344 << java_lang_dex_file_->StringByTypeIdx(to_find.type_idx_) << " " in TEST_F()
345 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "." in TEST_F()