Home
last modified time | relevance | path

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

/art/runtime/
Doat.h70 const void* GetInterpreterToInterpreterBridge() const;
Doat.cc219 const void* OatHeader::GetInterpreterToInterpreterBridge() const { in GetInterpreterToInterpreterBridge() function in art::OatHeader
/art/compiler/
Dimage_writer.cc2038 return static_cast<const uint8_t*>(header.GetInterpreterToInterpreterBridge()); in GetOatAddress()