Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetOatHeader

237   if (!GetOatHeader().IsValid()) {
238 std::string cause = GetOatHeader().GetValidationErrorMessage();
251 oat += GetOatHeader().GetKeyValueStoreSize();
258 GetOatHeader().GetKeyValueStoreSize(),
263 size_t pointer_size = GetInstructionSetPointerSize(GetOatHeader().GetInstructionSet());
265 uint32_t dex_file_count = GetOatHeader().GetDexFileCount();
1051 const OatHeader& OatFile::GetOatHeader() const {
1311 return GetOatHeader().HasPatchInfo();
1315 return GetOatHeader().IsPic();
1320 return GetOatHeader().IsDebuggable();
1324 return GetOatHeader().GetCompilerFilter();