/art/compiler/optimizing/ |
D | superblock_cloner_test.cc | 113 HBasicBlock* header = nullptr; in TEST_F() local 144 HBasicBlock* header = nullptr; in TEST_F() local 225 HBasicBlock* header = nullptr; in TEST_F() local 264 HBasicBlock* header = nullptr; in TEST_F() local 311 HBasicBlock* header = nullptr; in TEST_F() local 370 HBasicBlock* header = nullptr; in TEST_F() local 406 HBasicBlock* header = nullptr; in TEST_F() local 461 HBasicBlock* header = nullptr; in TEST_F() local 508 HBasicBlock* header = nullptr; in TEST_F() local 565 HBasicBlock* header = nullptr; in TEST_F() local [all …]
|
D | loop_optimization_test.cc | 63 HBasicBlock* header = new (GetAllocator()) HBasicBlock(graph_); in AddLoop() local 202 HBasicBlock* header = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local 246 HBasicBlock* header = AddLoop(entry_block_, return_block_); in TEST_F() local
|
D | register_allocator.cc | 289 HBasicBlock* header = it.Current()->GetHeader(); in SplitBetween() local
|
D | nodes.cc | 386 void HGraph::OrderLoopHeaderPredecessors(HBasicBlock* header) { in OrderLoopHeaderPredecessors() 406 static void FixControlForNewSinglePreheader(HBasicBlock* header, HBasicBlock* new_preheader) { in FixControlForNewSinglePreheader() 446 void HGraph::TransformLoopToSinglePreheaderFormat(HBasicBlock* header) { in TransformLoopToSinglePreheaderFormat() 514 void HGraph::SimplifyLoop(HBasicBlock* header) { in SimplifyLoop() 2669 void HGraph::TransformLoopHeaderForBCE(HBasicBlock* header) { in TransformLoopHeaderForBCE() 2725 HBasicBlock* HGraph::TransformLoopForVectorization(HBasicBlock* header, in TransformLoopForVectorization()
|
/art/dexlayout/ |
D | dex_visualize.cc | 49 explicit Dumper(dex_ir::Header* header) in Dumper() 245 void VisualizeDexLayout(dex_ir::Header* header, in VisualizeDexLayout() 304 static uint32_t FindNextByteAfterSection(dex_ir::Header* header, in FindNextByteAfterSection() 319 void ShowDexSectionStatistics(dex_ir::Header* header, size_t dex_file_index) { in ShowDexSectionStatistics()
|
D | dexlayout.h | 108 dex_ir::Header* header) in DexLayout() 122 void SetHeader(dex_ir::Header* header) { header_ = header; } in SetHeader()
|
D | dex_ir.cc | 152 std::vector<dex_ir::DexFileSection> GetSortedDexFileSections(dex_ir::Header* header, in GetSortedDexFileSections()
|
D | dexlayout.cc | 352 static std::unique_ptr<char[]> IndexString(dex_ir::Header* header, in IndexString() 1051 static const char* StringDataByIdx(uint32_t idx, dex_ir::Header* header) { in StringDataByIdx() 1059 static const char* StringDataByTypeIdx(uint16_t idx, dex_ir::Header* header) { in StringDataByTypeIdx() 1889 std::unique_ptr<dex_ir::Header> header(dex_ir::DexIrBuilder(*dex_file, in ProcessDexFile() local
|
/art/runtime/gc/space/ |
D | bump_pointer_space-walk-inl.h | 79 BlockHeader* header = reinterpret_cast<BlockHeader*>(pos); in Walk() local
|
D | bump_pointer_space.cc | 157 BlockHeader* header = reinterpret_cast<BlockHeader*>(storage); in AllocBlock() local
|
/art/tools/ |
D | stream-trace-converter.py | 71 def PrintHeader(self, header): argument 157 def Finalize(self, header): argument
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 39 const DexFile::Header* header = reinterpret_cast<const DexFile::Header*>(class_data); in VerifyClassData() local
|
/art/runtime/ |
D | intern_table-inl.h | 32 const ImageHeader& header = image_space->GetImageHeader(); in AddImageStringsToTable() local
|
D | oat_quick_method_header.h | 42 uintptr_t header = code - OFFSETOF_MEMBER(OatQuickMethodHeader, code_); in FromCodePointer() local
|
D | vdex_file.h | 164 const VerifierDepsHeader& header = GetVerifierDepsHeader(); in GetComputedFileSize() local
|
/art/test/566-polymorphic-inlining/ |
D | polymorphic_inline.cc | 36 OatQuickMethodHeader* header = nullptr; in do_checks() local
|
/art/libdexfile/dex/ |
D | compact_dex_file_test.cc | 29 uint8_t header[len] = {}; in TEST() local
|
D | code_item_accessors_test.cc | 33 CompactDexFile::Header* header = in CreateFakeDex() local
|
D | dex_file_loader_test.cc | 282 const DexFile::Header& header = dex_file->GetHeader(); in ValidateDexFileHeader() local 326 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local 335 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local
|
/art/libdexfile/external/ |
D | dex_file_ext.cc | 157 const art::DexFile::Header* header = reinterpret_cast<const art::DexFile::Header*>(addr); in ExtDexFileOpenFromMemory() local 246 const art::DexFile::Header* header = reinterpret_cast<const art::DexFile::Header*>(map->data()); in ExtDexFileOpenFromFd() local
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Offset.java | 66 public Offset(boolean header) { in Offset()
|
D | RawDexFile.java | 28 public HeaderItem header; field in RawDexFile
|
D | OffsetTracker.java | 365 HeaderItem header = rawDexFile.header; in updateOffsetsInHeaderAndMapFile() local
|
/art/runtime/utils/ |
D | dex_cache_arrays_layout-inl.h | 33 const DexFile::Header& header, in DexCacheArraysLayout()
|
/art/dex2oat/linker/ |
D | oat_writer.cc | 476 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_header); in ValidateDexFileHeader() local 513 const UnalignedDexFileHeader* header = GetDexFileHeader(&fd, raw_header, location); in AddDexFileSource() local 595 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(current_dex_data); in AddVdexDexFilesSource() local 630 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(data.data()); in AddRawDexFileSource() local 989 OatClassHeader& header = writer_->oat_class_headers_.back(); in EndClass() local 3233 DexFile::Header header; in WriteDexFiles() local 3258 DexFile::Header header; in WriteDexFiles() local 3447 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in LayoutAndWriteDexFile() local 3477 const UnalignedDexFileHeader* header = in LayoutAndWriteDexFile() local 3647 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(dex_file); in WriteDexFile() local [all …]
|