Home
last modified time | relevance | path

Searched defs:header (Results 1 – 25 of 42) sorted by relevance

12

/art/dexlayout/
Ddex_visualize.cc47 explicit Dumper(dex_ir::Header* header) in Dumper()
247 void VisualizeDexLayout(dex_ir::Header* header, in VisualizeDexLayout()
306 static uint32_t FindNextByteAfterSection(dex_ir::Header* header, in FindNextByteAfterSection()
321 void ShowDexSectionStatistics(dex_ir::Header* header, size_t dex_file_index) { in ShowDexSectionStatistics()
Ddex_writer.h31 DexWriter(dex_ir::Header* header, MemMap* mem_map) : header_(header), mem_map_(mem_map) { } in DexWriter()
Ddex_ir_builder.cc31 Header* header = new Header(disk_header.magic_, in DexIrBuilder() local
Ddexlayout.h82 void SetHeader(dex_ir::Header* header) { header_ = header; } in SetHeader()
Ddexdiag.cc290 std::unique_ptr<dex_ir::Header> header(dex_ir::DexIrBuilder(*dex_file)); in ProcessOneDexMapping() local
/art/tools/
Dstream-trace-converter.py71 def PrintHeader(self, header): argument
157 def Finalize(self, header): argument
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc35 OatQuickMethodHeader* header = nullptr; in do_checks() local
/art/runtime/gc/space/
Dbump_pointer_space.cc148 BlockHeader* header = reinterpret_cast<BlockHeader*>(storage); in AllocBlock() local
191 BlockHeader* header = reinterpret_cast<BlockHeader*>(pos); in Walk() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DRawDexFile.java28 public HeaderItem header; field in RawDexFile
DOffset.java66 public Offset(boolean header) { in Offset()
DOffsetTracker.java365 HeaderItem header = rawDexFile.header; in updateOffsetsInHeaderAndMapFile() local
/art/runtime/
Doat_quick_method_header.h46 uintptr_t header = code - OFFSETOF_MEMBER(OatQuickMethodHeader, code_); in FromCodePointer() local
Ddex_file_verifier.cc115 const DexFile::Header* header, in FindMethodName()
2879 const DexFile::Header* const header, in GetStringOrError()
2901 const DexFile::Header* const header, in GetClassOrError()
2918 const DexFile::Header* const header, in GetFieldDescriptionOrError()
2935 const DexFile::Header* const header, in GetMethodDescriptionOrError()
Ddex_file_test.cc276 const DexFile::Header& header = dex_file->GetHeader(); in ValidateDexFileHeader() local
320 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local
Ddex_file_verifier_test.cc45 DexFile::Header* header = reinterpret_cast<DexFile::Header*>(dex_file); in FixUpChecksum() local
1345 DexFile::Header* header = const_cast<DexFile::Header*>( in TEST_F() local
1655 DexFile::Header* header = reinterpret_cast<DexFile::Header*>( in TEST_F() local
/art/runtime/utils/
Ddex_cache_arrays_layout-inl.h32 const DexFile::Header& header, in DexCacheArraysLayout()
/art/compiler/debug/
Delf_debug_writer.cc176 std::vector<MethodDebugInfo> MakeTrampolineInfos(const OatHeader& header) { in MakeTrampolineInfos()
/art/test/570-checker-osr/
Dosr.cc42 const OatQuickMethodHeader* header = in VisitFrame() local
/art/compiler/optimizing/
Dloop_optimization_test.cc64 HBasicBlock* header = new (&allocator_) HBasicBlock(graph_); in AddLoop() local
Dregister_allocator.cc270 HBasicBlock* header = it.Current()->GetHeader(); in SplitBetween() local
Dloop_optimization.cc365 HBasicBlock* header = node->loop_info->GetHeader(); in SimplifyInduction() local
428 HBasicBlock* header = node->loop_info->GetHeader(); in OptimizeInnerLoop() local
578 HBasicBlock* header = node->loop_info->GetHeader(); in Vectorize() local
/art/compiler/jit/
Djit_logger.cc236 PerfJitHeader header; in WriteJitDumpHeader() local
/art/compiler/
Doat_writer.cc460 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(data.data()); in AddRawDexFileSource() local
2328 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_header); in ReadDexFileHeader() local
2344 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_header); in ValidateDexFileHeader() local
2489 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in LayoutAndWriteDexFile() local
2672 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(dex_file); in WriteDexFile() local
2784 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in OpenDexFiles() local
/art/tools/dmtracedump/
Dcreatetesttrace.cc47 DataHeader header = {0x574f4c53, VERSION, sizeof(DataHeader), 0LL}; variable
/art/compiler/utils/
Dtest_dex_file_builder.h89 DexFile::Header* header = reinterpret_cast<DexFile::Header*>(&header_data.data); in Build() local

12