Home
last modified time | relevance | path

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

123

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc117 HBasicBlock* header = nullptr; in TEST_F() local
148 HBasicBlock* header = nullptr; in TEST_F() local
229 HBasicBlock* header = nullptr; in TEST_F() local
268 HBasicBlock* header = nullptr; in TEST_F() local
292 HBasicBlock* header = nullptr; in TEST_F() local
329 HBasicBlock* header = nullptr; in TEST_F() local
366 HBasicBlock* header = nullptr; in TEST_F() local
414 HBasicBlock* header = nullptr; in TEST_F() local
467 HBasicBlock* header = nullptr; in TEST_F() local
514 HBasicBlock* header = nullptr; in TEST_F() local
[all …]
Dloop_optimization_test.cc79 HBasicBlock* header = new (GetAllocator()) HBasicBlock(graph_); in AddLoop() local
221 HBasicBlock* header = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local
265 HBasicBlock* header = AddLoop(entry_block_, return_block_); in TEST_F() local
Dregister_allocator.cc278 HBasicBlock* header = it.Current()->GetHeader(); in SplitBetween() local
/art/dexlayout/
Ddex_visualize.cc49 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()
Ddexlayout.h108 dex_ir::Header* header) in DexLayout()
122 void SetHeader(dex_ir::Header* header) { header_ = header; } in SetHeader()
Ddex_ir.cc152 std::vector<dex_ir::DexFileSection> GetSortedDexFileSections(dex_ir::Header* header, in GetSortedDexFileSections()
/art/runtime/gc/space/
Dbump_pointer_space-walk-inl.h79 BlockHeader* header = reinterpret_cast<BlockHeader*>(pos); in Walk() local
/art/runtime/
Dstack_map.cc34 std::array<uint32_t, kNumHeaders> header = reader.ReadInterleavedVarints<kNumHeaders>(); in CodeInfo() local
61 CodeInfo::CodeInfo(const OatQuickMethodHeader* header) in CodeInfo()
71 CodeInfo CodeInfo::DecodeGcMasksOnly(const OatQuickMethodHeader* header) { in DecodeGcMasksOnly()
80 CodeInfo CodeInfo::DecodeInlineInfoOnly(const OatQuickMethodHeader* header) { in DecodeInlineInfoOnly()
108 std::array<uint32_t, kNumHeaders> header; in Dedupe() local
Dintern_table-inl.h33 const ImageHeader& header = image_space->GetImageHeader(); in AddImageStringsToTable() local
Doat_quick_method_header.h47 uintptr_t header = code - OFFSETOF_MEMBER(OatQuickMethodHeader, code_); in FromCodePointer() local
Dstack.cc86 const OatQuickMethodHeader* header = GetCurrentOatQuickMethodHeader(); in GetCurrentInlineInfo() local
95 const OatQuickMethodHeader* header = GetCurrentOatQuickMethodHeader(); in GetCurrentStackMap() local
746 const auto& header = image_space->GetImageHeader(); in ValidateFrame() local
/art/tools/
Dstream-trace-converter.py71 def PrintHeader(self, header): argument
157 def Finalize(self, header): argument
/art/test/983-source-transform-verify/
Dsource_transform_art.cc39 const DexFile::Header* header = reinterpret_cast<const DexFile::Header*>(class_data); in VerifyClassData() local
/art/libdexfile/dex/
Ddex_file_loader_test.cc282 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
344 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local
Dcompact_dex_file_test.cc29 uint8_t header[len] = {}; in TEST() local
Dcode_item_accessors_test.cc33 CompactDexFile::Header* header = in CreateFakeDex() local
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc36 OatQuickMethodHeader* header = nullptr; in do_checks() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DRawDexFile.java28 public HeaderItem header; field in RawDexFile
DOffset.java66 public Offset(boolean header) { in Offset()
/art/libdexfile/external/
Ddex_file_ext.cc200 const art::DexFile::Header* header = reinterpret_cast<const art::DexFile::Header*>(addr); in ExtDexFileOpenFromMemory() local
289 const art::DexFile::Header* header = reinterpret_cast<const art::DexFile::Header*>(map->data()); in ExtDexFileOpenFromFd() local
/art/libartbase/base/
Dbit_table.h52 std::array<uint32_t, 1+kNumColumns> header = reader.ReadInterleavedVarints<1+kNumColumns>(); in Decode() local
357 std::array<uint32_t, 1 + kNumColumns> header; in Encode() local
Dcommon_art_test.h115 CompactDexFile::Header* header = in CreateFakeDex() local
/art/runtime/jit/
Djit.cc638 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
697 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
725 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
1076 const ImageHeader& header = space->GetImageHeader(); in MapBootImageMethods() local
1241 const ImageHeader& header = space->GetImageHeader(); in CreateThreadPool() local
/art/runtime/utils/
Ddex_cache_arrays_layout-inl.h33 const DexFile::Header& header, in DexCacheArraysLayout()
/art/dex2oat/linker/
Doat_writer.cc491 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_header); in ValidateDexFileHeader() local
543 const UnalignedDexFileHeader* header = GetDexFileHeader(&dex_file_fd, raw_header, location); in AddDexFileSource() local
615 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(current_dex_data); in AddVdexDexFilesSource() local
650 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(data.data()); in AddRawDexFileSource() local
1021 OatClassHeader& header = writer_->oat_class_headers_.back(); in EndClass() local
3203 const UnalignedDexFileHeader& header = *AsUnalignedDexFileHeader(raw_data); in WriteDexFiles() local
3303 DexFile::Header* header = in WriteDexFiles() local
3408 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in LayoutDexFile() local
3438 const UnalignedDexFileHeader* header = in LayoutDexFile() local
3568 const UnalignedDexFileHeader* header = AsUnalignedDexFileHeader(raw_dex_file); in OpenDexFiles() local

123