| /art/dexlayout/ |
| D | dex_visualize.cc | 47 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()
|
| D | dex_writer.h | 31 DexWriter(dex_ir::Header* header, MemMap* mem_map) : header_(header), mem_map_(mem_map) { } in DexWriter()
|
| D | dex_ir_builder.cc | 31 Header* header = new Header(disk_header.magic_, in DexIrBuilder() local
|
| D | dexlayout.h | 82 void SetHeader(dex_ir::Header* header) { header_ = header; } in SetHeader()
|
| D | dexdiag.cc | 290 std::unique_ptr<dex_ir::Header> header(dex_ir::DexIrBuilder(*dex_file)); in ProcessOneDexMapping() local
|
| /art/tools/ |
| D | stream-trace-converter.py | 71 def PrintHeader(self, header): argument 157 def Finalize(self, header): argument
|
| /art/test/566-polymorphic-inlining/ |
| D | polymorphic_inline.cc | 35 OatQuickMethodHeader* header = nullptr; in do_checks() local
|
| /art/runtime/gc/space/ |
| D | bump_pointer_space.cc | 148 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/ |
| D | RawDexFile.java | 28 public HeaderItem header; field in RawDexFile
|
| D | Offset.java | 66 public Offset(boolean header) { in Offset()
|
| D | OffsetTracker.java | 365 HeaderItem header = rawDexFile.header; in updateOffsetsInHeaderAndMapFile() local
|
| /art/runtime/ |
| D | oat_quick_method_header.h | 46 uintptr_t header = code - OFFSETOF_MEMBER(OatQuickMethodHeader, code_); in FromCodePointer() local
|
| D | dex_file_verifier.cc | 115 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()
|
| D | dex_file_test.cc | 276 const DexFile::Header& header = dex_file->GetHeader(); in ValidateDexFileHeader() local 320 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local
|
| D | dex_file_verifier_test.cc | 45 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/ |
| D | dex_cache_arrays_layout-inl.h | 32 const DexFile::Header& header, in DexCacheArraysLayout()
|
| /art/compiler/debug/ |
| D | elf_debug_writer.cc | 176 std::vector<MethodDebugInfo> MakeTrampolineInfos(const OatHeader& header) { in MakeTrampolineInfos()
|
| /art/test/570-checker-osr/ |
| D | osr.cc | 42 const OatQuickMethodHeader* header = in VisitFrame() local
|
| /art/compiler/optimizing/ |
| D | loop_optimization_test.cc | 64 HBasicBlock* header = new (&allocator_) HBasicBlock(graph_); in AddLoop() local
|
| D | register_allocator.cc | 270 HBasicBlock* header = it.Current()->GetHeader(); in SplitBetween() local
|
| D | loop_optimization.cc | 365 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/ |
| D | jit_logger.cc | 236 PerfJitHeader header; in WriteJitDumpHeader() local
|
| /art/compiler/ |
| D | oat_writer.cc | 460 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/ |
| D | createtesttrace.cc | 47 DataHeader header = {0x574f4c53, VERSION, sizeof(DataHeader), 0LL}; variable
|
| /art/compiler/utils/ |
| D | test_dex_file_builder.h | 89 DexFile::Header* header = reinterpret_cast<DexFile::Header*>(&header_data.data); in Build() local
|