Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_test.cc480 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); in TEST_F() local
497 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); in TEST_F() local
512 const DexFile::FieldId& to_find = java_lang_dex_file_->GetFieldId(i); in TEST_F() local
Dquick_exception_handler.cc108 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass())); in HandleTryItems() local