| /art/compiler/optimizing/ |
| D | superblock_cloner_test.cc | 118 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 …]
|
| D | loop_optimization_test.cc | 80 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
|
| D | register_allocator.cc | 278 HBasicBlock* header = it.Current()->GetHeader(); in SplitBetween() local
|
| /art/libdexfile/dex/ |
| D | code_item_accessors_test.cc | 33 CompactDexFile::Header* header = in CreateFakeDex() local 41 auto* header = reinterpret_cast<DexFile::Header*>(data->data()); in CreateFakeDex() local
|
| D | dex_file_loader_test.cc | 273 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
|
| D | compact_dex_file_test.cc | 29 uint8_t header[len] = {}; in TEST() local
|
| /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 | 110 dex_ir::Header* header) in DexLayout() 124 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()
|
| /art/tools/ |
| D | stream-trace-converter.py | 71 def PrintHeader(self, header): argument 157 def Finalize(self, header): argument
|
| /art/runtime/ |
| D | stack_map.cc | 34 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()
|
| D | linear_alloc-inl.h | 59 TrackingHeader* header = reinterpret_cast<TrackingHeader*>(ptr) - 1; in Realloc() local
|
| D | intern_table-inl.h | 96 const ImageHeader& header = image_space->GetImageHeader(); in AddImageStringsToTable() local
|
| D | oat_quick_method_header.h | 54 uintptr_t header = code - OFFSETOF_MEMBER(OatQuickMethodHeader, code_); in FromCodePointer() local
|
| D | stack.cc | 86 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
|
| D | vdex_file.h | 150 const VdexFileHeader& header = GetVdexFileHeader(); in GetComputedFileSize() local
|
| /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/test/566-polymorphic-inlining/ |
| D | polymorphic_inline.cc | 35 OatQuickMethodHeader* header = nullptr; in do_checks() 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/libartbase/base/ |
| D | bit_table.h | 52 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/ |
| D | code_info_table_deduper.cc | 58 std::array<uint32_t, kNumHeaders> header = reader.ReadInterleavedVarints<kNumHeaders>(); in Dedupe() local
|
| /art/compiler/ |
| D | exception_test.cc | 198 OatQuickMethodHeader* header = OatQuickMethodHeader::FromEntryPoint( in TEST_F() local
|
| /art/runtime/jit/ |
| D | jit.cc | 630 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
|