OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetOatHeader
(Results
1 - 3
of
3
) sorted by null
/art/compiler/
oat_writer.h
183
const OatHeader&
GetOatHeader
() const {
/art/patchoat/
patchoat.cc
95
static const OatHeader*
GetOatHeader
(const ElfFile* elf_file) {
108
const OatHeader* oat_header =
GetOatHeader
(elf_file);
406
const OatHeader* oat_header =
GetOatHeader
(oat_in);
[
all
...]
/art/runtime/
oat_file.cc
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();
[
all
...]
Completed in 1664 milliseconds