Searched refs:image_roots (Results 1 – 5 of 5) sorted by relevance
28 mirror::ObjectArray<mirror::Object>* image_roots = GetImageRoots<kReadBarrierOption>(); in GetImageRoot() local29 return image_roots->Get<kVerifyNone, kReadBarrierOption>(static_cast<int32_t>(image_root)); in GetImageRoot()38 mirror::ObjectArray<mirror::Object>* image_roots = in GetImageRoots() local42 &image_roots); in GetImageRoots()43 DCHECK_EQ(image_roots, result); in GetImageRoots()44 return image_roots; in GetImageRoots()
32 uint32_t image_roots, in ImageHeader() argument59 image_roots_(image_roots), in ImageHeader()68 CHECK_LT(image_roots, oat_file_begin); in ImageHeader()
106 uint32_t image_roots,
306 uint32_t image_roots = ART_BASE_ADDRESS + (1 * KB); in TEST_F() local316 image_roots, in TEST_F()
1083 auto image_roots(hs.NewHandle( in CreateImageRoots() local1085 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() local1337 image_roots.push_back(handles.NewHandle(CreateImageRoots(i))); in CalculateNewObjectOffsets()1428 image_info.image_roots_address_ = PointerToLowMemUInt32(GetImageAddress(image_roots[i].Get())); in CalculateNewObjectOffsets()