Searched refs:GetInterpreterToCompiledCodeBridgeOffset (Results 1 – 3 of 3) sorted by relevance
137 return reinterpret_cast<const uint8_t*>(this) + GetInterpreterToCompiledCodeBridgeOffset(); in GetInterpreterToCompiledCodeBridge()140 uint32_t OatHeader::GetInterpreterToCompiledCodeBridgeOffset() const { in GetInterpreterToCompiledCodeBridgeOffset() function in art::OatHeader
55 uint32_t GetInterpreterToCompiledCodeBridgeOffset() const;
95 oat_file_->GetOatHeader().GetInterpreterToCompiledCodeBridgeOffset(); in Write()