Home
last modified time | relevance | path

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

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