Lines Matching refs:down_cast
214 down_cast<mirror::Class*>(heap->AllocObject(self, NULL,
1181 down_cast<mirror::DexCache*>(heap->AllocObject(self, dex_cache_class,
1250 return down_cast<mirror::ArtField*>(GetClassRoot(kJavaLangReflectArtField)->AllocObject(self));
1254 return down_cast<mirror::ArtMethod*>(GetClassRoot(kJavaLangReflectArtMethod)->AllocObject(self));
2770 down_cast<mirror::SynthesizedProxyClass*>(klass.get());
2822 down_cast<mirror::ArtMethod*>(proxy_constructor->Clone(self));
2850 mirror::ArtMethod* method = down_cast<mirror::ArtMethod*>(prototype->Clone(self));
3575 iftable.reset(down_cast<mirror::IfTable*>(iftable->CopyOf(self, idx * mirror::IfTable::kMax)));
3644 miranda_method.reset(down_cast<mirror::ArtMethod*>(interface_method->Clone(self)));