Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc514 pieceLenField_ = p_; in EnsureHeader()
520 if (pieceLenField_ == nullptr) { in Flush()
526 CHECK_LE(&buf_[0], pieceLenField_); in Flush()
527 CHECK_LE(pieceLenField_, p_); in Flush()
528 Set4BE(pieceLenField_, totalAllocationUnits_); in Flush()
554 pieceLenField_ = nullptr; in Reset()
697 uint8_t* pieceLenField_; member in art::HeapChunkContext