Searched refs:GetInterpreterToCompiledCodeBridge (Results 1 – 3 of 3) sorted by relevance
73 const void* GetInterpreterToCompiledCodeBridge() const;
238 const void* OatHeader::GetInterpreterToCompiledCodeBridge() const { in GetInterpreterToCompiledCodeBridge() function in art::OatHeader
2040 return static_cast<const uint8_t*>(header.GetInterpreterToCompiledCodeBridge()); in GetOatAddress()