Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dbump_pointer_space.cc145 BlockHeader* header = reinterpret_cast<BlockHeader*>(storage); in AllocBlock() local
187 BlockHeader* header = reinterpret_cast<BlockHeader*>(pos); in Walk() local
/art/runtime/
Ddex_file_verifier_test.cc160 DexFile::Header* header = reinterpret_cast<DexFile::Header*>(dex_file); in FixUpChecksum() local
Ddex_file_test.cc172 const DexFile::Header& header = raw->GetHeader(); in TEST_F() local
Doat_file.cc321 const DexFile::Header* header = reinterpret_cast<const DexFile::Header*>(dex_file_pointer); in Setup() local
Delf_file.cc1495 static DebugInfoIterator* Create(DebugInfoHeader* header, size_t frame_size, in Create()
1544 DebugInfoIterator(DebugInfoHeader* header, size_t frame_size, DebugAbbrev* abbrev) in DebugInfoIterator()
Dtrace.cc545 std::string header(os.str()); in FinishTracing() local
/art/compiler/optimizing/
Dnodes.cc158 void HGraph::SimplifyLoop(HBasicBlock* header) { in SimplifyLoop()
Dnodes.h192 HLoopInformation(HBasicBlock* header, HGraph* graph) in HLoopInformation()
/art/runtime/jdwp/
Djdwp_event.cc1331 uint8_t header[kJDWPHeaderLen + 8]; in DdmSendChunkV() local