Home
last modified time | relevance | path

Searched refs:image_roots_ (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dimage.cc64 image_roots_(image_roots), in ImageHeader()
86 image_roots_ += delta; in RelocateImageReferences()
Dimage-inl.h44 reinterpret_cast<mirror::ObjectArray<mirror::Object>*>(image_roots_); in GetImageRoots()
Dimage.h486 uint32_t image_roots_ = 0u; variable