HomeSort by relevance Sort by last modified time
    Searched refs:method1_id (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
dex_cache_test.cc 144 const DexFile::MethodId& method1_id = dex_file.GetMethodId(method1->GetDexMethodIndex()); local
148 class_linker_->ResolveMethodType(dex_file, method1_id.proto_idx_, dex_cache, class_loader));
152 EXPECT_EQ(method1_type.Get(), dex_cache->GetResolvedMethodType(method1_id.proto_idx_));
163 if (pair.index == method1_id.proto_idx_) {
  /art/runtime/
class_linker_test.cc 1500 const DexFile::MethodId& method1_id = dex_file.GetMethodId(method1->GetDexMethodIndex()); local
    [all...]

Completed in 503 milliseconds