HomeSort by relevance Sort by last modified time
    Searched defs:image_roots (Results 1 - 4 of 4) sorted by null

  /art/dex2oat/linker/
image_test.cc 69 uint32_t image_roots = ART_BASE_ADDRESS + (1 * KB); local
82 image_roots,
image_writer.cc 2289 std::vector<Handle<ObjectArray<Object>>> image_roots; local
    [all...]
  /art/runtime/
image-inl.h 33 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = GetImageRoots<kReadBarrierOption>(); local
34 return image_roots->Get<kVerifyNone, kReadBarrierOption>(static_cast<int32_t>(image_root));
43 mirror::ObjectArray<mirror::Object>* image_roots = local
47 &image_roots);
48 DCHECK_EQ(image_roots, result);
49 return image_roots;
  /art/runtime/gc/space/
image_space.cc 1672 ObjPtr<mirror::ObjectArray<mirror::Object>> image_roots = local
    [all...]

Completed in 872 milliseconds