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

  /art/runtime/mirror/
dex_cache_test.cc 161 EXPECT_EQ(method1_type.Get(), dex_cache->GetResolvedMethodType(method1_id.proto_idx_));
162 EXPECT_EQ(method2_type.Get(), dex_cache->GetResolvedMethodType(method2_id.proto_idx_));
dex_cache-inl.h 196 inline MethodType* DexCache::GetResolvedMethodType(dex::ProtoIndex proto_idx) {
dex_cache.h 319 MethodType* GetResolvedMethodType(dex::ProtoIndex proto_idx) REQUIRES_SHARED(Locks::mutator_lock_);
  /art/runtime/entrypoints/
entrypoint_utils.cc 271 referrer->GetDexCache()->GetResolvedMethodType(proto_idx);
  /art/runtime/
class_linker.cc     [all...]

Completed in 247 milliseconds