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

/art/runtime/
H A Dimage-inl.h28 mirror::ObjectArray<mirror::Object>* image_roots = GetImageRoots<kReadBarrierOption>(); local
29 return image_roots->Get<kVerifyNone, kReadBarrierOption>(static_cast<int32_t>(image_root));
38 mirror::ObjectArray<mirror::Object>* image_roots = local
42 &image_roots);
43 DCHECK_EQ(image_roots, result);
44 return image_roots;
H A Dimage.cc32 uint32_t image_roots,
59 image_roots_(image_roots),
68 CHECK_LT(image_roots, oat_file_begin);
29 ImageHeader(uint32_t image_begin, uint32_t image_size, ImageSection* sections, uint32_t image_roots, uint32_t oat_checksum, uint32_t oat_file_begin, uint32_t oat_data_begin, uint32_t oat_data_end, uint32_t oat_file_end, uint32_t boot_image_begin, uint32_t boot_image_size, uint32_t boot_oat_begin, uint32_t boot_oat_size, uint32_t pointer_size, bool compile_pic, bool is_pic, StorageMode storage_mode, size_t data_size) argument
H A Dimage.h106 uint32_t image_roots,
/art/compiler/
H A Dimage_test.cc306 uint32_t image_roots = ART_BASE_ADDRESS + (1 * KB);
316 image_roots,
H A Dimage_writer.cc1083 auto image_roots(hs.NewHandle(
1085 image_roots->Set<false>(ImageHeader::kDexCaches, dex_caches.Get());
1086 image_roots->Set<false>(ImageHeader::kClassRoots, class_linker->GetClassRoots());
1088 CHECK(image_roots->Get(i) != nullptr);
1090 return image_roots.Get();
1335 std::vector<Handle<ObjectArray<Object>>> image_roots; local
1337 image_roots.push_back(handles.NewHandle(CreateImageRoots(i)));
1344 // know where image_roots is going to end up
1428 image_info.image_roots_address_ = PointerToLowMemUInt32(GetImageAddress(image_roots[i].Get()));

Completed in 89 milliseconds