Searched refs:GetInterpreterToInterpreterBridge (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Doat.h74 const void* GetInterpreterToInterpreterBridge() const;
H A Doat.cc238 const void* OatHeader::GetInterpreterToInterpreterBridge() const { function in class:art::OatHeader
/art/imgdiag/
H A Dimgdiag.cc835 const void* i2ib = oat_header.GetInterpreterToInterpreterBridge();
/art/dex2oat/linker/
H A Dimage_writer.cc2533 return static_cast<const uint8_t*>(header.GetInterpreterToInterpreterBridge());

Completed in 134 milliseconds