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

/art/runtime/
H A Ddex_file_test.cc307 const DexFile::ProtoId& to_find = java_lang_dex_file_->GetProtoId(i); local
308 const DexFile::TypeList* to_find_tl = java_lang_dex_file_->GetProtoParameters(to_find);
316 java_lang_dex_file_->FindProtoId(to_find.return_type_idx_, to_find_types);
324 const DexFile::MethodId& to_find = java_lang_dex_file_->GetMethodId(i); local
325 const DexFile::TypeId& klass = java_lang_dex_file_->GetTypeId(to_find.class_idx_);
326 const DexFile::StringId& name = java_lang_dex_file_->GetStringId(to_find.name_idx_);
327 const DexFile::ProtoId& signature = java_lang_dex_file_->GetProtoId(to_find.proto_idx_);
330 << java_lang_dex_file_->StringByTypeIdx(to_find.class_idx_) << "."
332 << java_lang_dex_file_->GetMethodSignature(to_find);
339 const DexFile::FieldId& to_find local
[all...]
H A Dquick_exception_handler.cc94 Handle<mirror::Class> to_find(hs.NewHandle((*exception_)->GetClass()));
95 uint32_t found_dex_pc = method->FindCatchBlock(to_find, dex_pc, &clear_exception);

Completed in 60 milliseconds