Home
last modified time | relevance | path

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

/art/runtime/
Dimage-inl.h28 mirror::ObjectArray<mirror::Object>* image_roots = GetImageRoots<kReadBarrierOption>(); in GetImageRoot() local
29 return image_roots->Get<kVerifyNone, kReadBarrierOption>(static_cast<int32_t>(image_root)); in GetImageRoot()
38 mirror::ObjectArray<mirror::Object>* image_roots = in GetImageRoots() local
42 &image_roots); in GetImageRoots()
43 DCHECK_EQ(image_roots, result); in GetImageRoots()
44 return image_roots; in GetImageRoots()
Dimage.cc32 uint32_t image_roots, in ImageHeader() argument
59 image_roots_(image_roots), in ImageHeader()
68 CHECK_LT(image_roots, oat_file_begin); in ImageHeader()
Dimage.h106 uint32_t image_roots,
/art/compiler/
Dimage_test.cc306 uint32_t image_roots = ART_BASE_ADDRESS + (1 * KB); in TEST_F() local
316 image_roots, in TEST_F()
Dimage_writer.cc1083 auto image_roots(hs.NewHandle( in CreateImageRoots() local
1085 image_roots->Set<false>(ImageHeader::kDexCaches, dex_caches.Get()); in CreateImageRoots()
1086 image_roots->Set<false>(ImageHeader::kClassRoots, class_linker->GetClassRoots()); in CreateImageRoots()
1088 CHECK(image_roots->Get(i) != nullptr); in CreateImageRoots()
1090 return image_roots.Get(); in CreateImageRoots()
1335 std::vector<Handle<ObjectArray<Object>>> image_roots; in CalculateNewObjectOffsets() local
1337 image_roots.push_back(handles.NewHandle(CreateImageRoots(i))); in CalculateNewObjectOffsets()
1428 image_info.image_roots_address_ = PointerToLowMemUInt32(GetImageAddress(image_roots[i].Get())); in CalculateNewObjectOffsets()