Home
last modified time | relevance | path

Searched refs:to_find (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file_test.cc306 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
[all …]
Dquick_exception_handler.cc92 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass())); in HandleTryItems() local
93 uint32_t found_dex_pc = mirror::ArtMethod::FindCatchBlock(method, to_find, dex_pc, in HandleTryItems()