Searched refs:method_types (Results 1 - 5 of 5) sorted by relevance

/art/runtime/mirror/
H A Ddex_cache.cc91 MethodTypeDexCacheType* method_types = nullptr; local
101 method_types = reinterpret_cast<MethodTypeDexCacheType*>(
135 CHECK_EQ(method_types[i].load(std::memory_order_relaxed).index, 0u);
136 CHECK(method_types[i].load(std::memory_order_relaxed).object.IsNull());
151 if (method_types != nullptr) {
152 mirror::MethodTypeDexCachePair::Initialize(method_types);
164 method_types,
H A Ddex_cache_test.cc127 Handle<mirror::Class> method_types(
129 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true);
131 ArtMethod* method1 = method_types->FindVirtualMethod(
135 ArtMethod* method2 = method_types->FindVirtualMethod(
/art/runtime/gc/space/
H A Dimage_space.cc1281 mirror::MethodTypeDexCacheType* method_types = dex_cache->GetResolvedMethodTypes(); local
1282 if (method_types != nullptr) {
1284 fixup_adapter.ForwardObject(method_types);
1285 if (method_types != new_method_types) {
/art/runtime/
H A Dclass_linker_test.cc1488 Handle<mirror::Class> method_types(
1490 class_linker_->EnsureInitialized(soa.Self(), method_types, true, true);
1492 ArtMethod* method1 = method_types->FindVirtualMethod("method1",
1525 ArtMethod* method2 = method_types->FindVirtualMethod(
H A Dclass_linker.cc1354 mirror::MethodTypeDexCacheType* const method_types = member in class:art::mirror
1357 CopyDexCachePairs(image_resolved_method_types, num_method_types, method_types);
1358 dex_cache->SetResolvedMethodTypes(method_types);

Completed in 92 milliseconds