Home
last modified time | relevance | path

Searched defs:header_offset (Results 1 – 6 of 6) sorted by relevance

/art/libdexfile/dex/
Ddex_file_loader.cc267 std::unique_ptr<const DexFile> DexFileLoader::OpenOne(size_t header_offset, in OpenOne()
295 bool DexFileLoader::InitAndReadMagic(size_t header_offset, in InitAndReadMagic()
414 size_t header_offset = 0; in Open() local
560 size_t header_offset = 0; in OpenFromZipEntry() local
Ddex_file.cc121 void DexFile::Header::SetDexContainer(size_t header_offset, size_t container_size) { in SetDexContainer()
/art/tools/hiddenapi/
Dhiddenapi.cc666 std::vector<size_t> header_offset; in WriteTo() local
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc195 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap() local
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc162 uint32_t header_offset = thunk_end + CodeAlignmentSize(thunk_end); in Create2MethodsWithGap() local
/art/dex2oat/linker/
Doat_writer.cc105 inline uint32_t CodeAlignmentSize(uint32_t header_offset, const CompiledMethod& compiled_method) { in CodeAlignmentSize()