Home
last modified time | relevance | path

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

/art/runtime/mirror/
Ddex_cache_test.cc150 const dex::MethodId& method2_id = dex_file.GetMethodId(method2->GetDexMethodIndex()); in TEST_F() local
158 method2_id.proto_idx_, in TEST_F()
162 EXPECT_EQ(method2_type.Get(), dex_cache->GetResolvedMethodType(method2_id.proto_idx_)); in TEST_F()
174 } else if (dex::ProtoIndex(pair.index) == method2_id.proto_idx_) { in TEST_F()
/art/runtime/
Dclass_linker_test.cc1610 const dex::MethodId& method2_id = dex_file.GetMethodId(method2->GetDexMethodIndex()); in TEST_F() local
1612 class_linker_->ResolveMethodType(soa.Self(), method2_id.proto_idx_, dex_cache, class_loader)); in TEST_F()