Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc505 pieceLenField_ = p_; in EnsureHeader()
511 if (pieceLenField_ == nullptr) { in Flush()
517 CHECK_LE(&buf_[0], pieceLenField_); in Flush()
518 CHECK_LE(pieceLenField_, p_); in Flush()
519 Set4BE(pieceLenField_, totalAllocationUnits_); in Flush()
545 pieceLenField_ = nullptr; in Reset()
688 uint8_t* pieceLenField_; member in art::HeapChunkContext