Home | History | Annotate | Download | only in runtime

Lines Matching refs:GcRoot

379   std::fill_n(find_array_class_cache_, kFindArrayCacheSize, GcRoot<mirror::Class>(nullptr));
492 class_roots_ = GcRoot<mirror::ObjectArray<mirror::Class>>(
518 array_iftable_ = GcRoot<mirror::IfTable>(AllocIfTable(self, 2));
963 class_roots_ = GcRoot<mirror::ObjectArray<mirror::Class>>(
980 array_iftable_ = GcRoot<mirror::IfTable>(GetClassRoot(kObjectArrayClass)->GetIfTable());
1455 GcRoot<mirror::CallSite>* const image_resolved_call_sites =
1457 GcRoot<mirror::CallSite>* const call_sites =
1458 reinterpret_cast<GcRoot<mirror::CallSite>*>(raw_arrays + layout.CallSitesOffset());
1465 [](const GcRoot<mirror::CallSite>& elem) {
2085 // Use an unbuffered visitor since the class table uses a temporary GcRoot for holding decoded
2093 GcRoot<mirror::Object> root(GcRoot<mirror::Object>(self->DecodeJObject(data.weak_root)));
2106 for (GcRoot<mirror::Object>& root : oat_file->GetBssGcRoots()) {
3996 new_class_roots_.push_back(GcRoot<mirror::Class>(klass));
5554 new_class_roots_.push_back(GcRoot<mirror::Class>(h_new_class.Get()));
8862 std::fill_n(find_array_class_cache_, kFindArrayCacheSize, GcRoot<mirror::Class>(nullptr));