Home
last modified time | relevance | path

Searched refs:method1_id (Results 1 – 2 of 2) sorted by relevance

/art/runtime/mirror/
Ddex_cache_test.cc131 const dex::MethodId& method1_id = dex_file.GetMethodId(method1->GetDexMethodIndex()); in TEST_F() local
135 method1_id.proto_idx_, in TEST_F()
143 EXPECT_EQ(method1_type.Get(), dex_cache->GetResolvedMethodType(method1_id.proto_idx_)); in TEST_F()
155 if (dex::ProtoIndex(i) == method1_id.proto_idx_) { in TEST_F()
/art/runtime/
Dclass_linker_test.cc1584 const dex::MethodId& method1_id = dex_file.GetMethodId(method1->GetDexMethodIndex()); in TEST_F() local
1591 class_linker_->ResolveMethodType(soa.Self(), method1_id.proto_idx_, dex_cache, class_loader)); in TEST_F()
1605 class_linker_->ResolveMethodType(soa.Self(), method1_id.proto_idx_, dex_cache, class_loader)); in TEST_F()