Home
last modified time | relevance | path

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

123

/art/compiler/optimizing/
Dsuperblock_cloner_test.cc118 HBasicBlock* header = nullptr; in TEST_F() local
149 HBasicBlock* header = nullptr; in TEST_F() local
230 HBasicBlock* header = nullptr; in TEST_F() local
269 HBasicBlock* header = nullptr; in TEST_F() local
293 HBasicBlock* header = nullptr; in TEST_F() local
330 HBasicBlock* header = nullptr; in TEST_F() local
367 HBasicBlock* header = nullptr; in TEST_F() local
415 HBasicBlock* header = nullptr; in TEST_F() local
468 HBasicBlock* header = nullptr; in TEST_F() local
515 HBasicBlock* header = nullptr; in TEST_F() local
[all …]
Dloop_optimization_test.cc80 HBasicBlock* header = new (GetAllocator()) HBasicBlock(graph_); in AddLoop() local
219 HBasicBlock* header = new (GetAllocator()) HBasicBlock(graph_); in TEST_F() local
263 HBasicBlock* header = AddLoop(entry_block_, return_block_); in TEST_F() local
Dregister_allocator.cc278 HBasicBlock* header = it.Current()->GetHeader(); in SplitBetween() local
/art/libdexfile/dex/
Dcode_item_accessors_test.cc33 CompactDexFile::Header* header = in CreateFakeDex() local
41 auto* header = reinterpret_cast<DexFile::Header*>(data->data()); in CreateFakeDex() local
Ddex_file_loader_test.cc273 const DexFile::Header& header = dex_file->GetHeader(); in ValidateDexFileHeader() local
317 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local
326 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local
335 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local
Dcompact_dex_file_test.cc29 uint8_t header[len] = {}; in TEST() 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.h110 dex_ir::Header* header) in DexLayout()
124 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/tools/
Dstream-trace-converter.py71 def PrintHeader(self, header): argument
157 def Finalize(self, header): argument
/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()
64 CodeInfo CodeInfo::DecodeGcMasksOnly(const OatQuickMethodHeader* header) { in DecodeGcMasksOnly()
73 CodeInfo CodeInfo::DecodeInlineInfoOnly(const OatQuickMethodHeader* header) { in DecodeInlineInfoOnly()
Dlinear_alloc-inl.h59 TrackingHeader* header = reinterpret_cast<TrackingHeader*>(ptr) - 1; in Realloc() local
Dintern_table-inl.h96 const ImageHeader& header = image_space->GetImageHeader(); in AddImageStringsToTable() local
Doat_quick_method_header.h54 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
715 const auto& header = image_space->GetImageHeader(); in ValidateFrame() local
Dvdex_file.h150 const VdexFileHeader& header = GetVdexFileHeader(); in GetComputedFileSize() local
/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/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc35 OatQuickMethodHeader* header = nullptr; in do_checks() local
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOffset.java66 public Offset(boolean header) { in Offset()
DRawDexFile.java28 public HeaderItem header; field in RawDexFile
DOffsetTracker.java365 HeaderItem header = rawDexFile.header; in updateOffsetsInHeaderAndMapFile() 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
/art/dex2oat/linker/
Dcode_info_table_deduper.cc58 std::array<uint32_t, kNumHeaders> header = reader.ReadInterleavedVarints<kNumHeaders>(); in Dedupe() local
/art/compiler/
Dexception_test.cc198 OatQuickMethodHeader* header = OatQuickMethodHeader::FromEntryPoint( in TEST_F() local
/art/runtime/jit/
Djit.cc630 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
689 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
717 const ImageHeader& header = space->GetImageHeader(); in NotifyZygoteCompilationDone() local
1123 const ImageHeader& header = space->GetImageHeader(); in MapBootImageMethods() local
1243 const ImageHeader& header = space->GetImageHeader(); in CreateThreadPool() local

123