Home
last modified time | relevance | path

Searched refs:Write4BE (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dendian_utils.h96 inline void Write4BE(uint8_t** dst, uint32_t value) { in Write4BE() function
/art/runtime/
Ddebugger.cc507 Write4BE(&p_, 1); // Heap id (bogus; we only have one heap). in EnsureHeader()
510 Write4BE(&p_, reinterpret_cast<uintptr_t>(chunk_ptr)); // virtual address of segment start. in EnsureHeader()
511 Write4BE(&p_, 0); // offset of this piece (relative to the virtual address). in EnsureHeader()
515 Write4BE(&p_, 0x55555555); in EnsureHeader()