Home
last modified time | relevance | path

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

/art/runtime/
Doat.h77 const void* GetJniDlsymLookup() const;
Doat.cc256 const void* OatHeader::GetJniDlsymLookup() const { in GetJniDlsymLookup() function in art::OatHeader
/art/compiler/
Dimage_writer.cc2042 return static_cast<const uint8_t*>(header.GetJniDlsymLookup()); in GetOatAddress()