Home
last modified time | relevance | path

Searched refs:GetBaseAddress (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc1682 uint32_t GetBaseAddress() const { in GetBaseAddress() function in art::gc::space::ImageSpace::BootImageLayout
2326 DCHECK_EQ(GetBaseAddress(), 0u); in LoadOrValidate()
2569 const uint32_t base_address = layout.GetBaseAddress(); in LoadImage()
/art/compiler/optimizing/
Dnodes.h7935 HInstruction* GetBaseAddress() const { return InputAt(0); } in GetBaseAddress() function