Home
last modified time | relevance | path

Searched defs: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
323 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); in TEST_F() local
338 const DexFile::FieldId& to_find = java_lang_dex_file_->GetFieldId(i); in TEST_F() local
Dquick_exception_handler.cc92 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass())); in HandleTryItems() local