Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader_test.cc257 const dex::ProtoId& to_find = java_lang_dex_file_->GetProtoId(dex::ProtoIndex(i)); in TEST_F() local
274 const dex::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); in TEST_F() local
289 const dex::FieldId& to_find = java_lang_dex_file_->GetFieldId(i); in TEST_F() local
/aosp12/art/runtime/
H A Dquick_exception_handler.cc111 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass())); in HandleTryItems() local