Home
last modified time | relevance | path

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

/art/runtime/
Doat.h73 const void* GetInterpreterToCompiledCodeBridge() const;
Doat.cc238 const void* OatHeader::GetInterpreterToCompiledCodeBridge() const { in GetInterpreterToCompiledCodeBridge() function in art::OatHeader
/art/compiler/
Dimage_writer.cc2040 return static_cast<const uint8_t*>(header.GetInterpreterToCompiledCodeBridge()); in GetOatAddress()