Searched refs:is_executable (Results 1 – 1 of 1) sorted by relevance
144 OatFile::OatFile(const std::string& location, bool is_executable) in OatFile() argument145 : location_(location), begin_(NULL), end_(NULL), is_executable_(is_executable), in OatFile()