Searched refs:pieceLenField_ (Results 1 – 1 of 1) sorted by relevance
4577 pieceLenField_ = p_; in EnsureHeader()4583 if (pieceLenField_ == nullptr) { in Flush()4589 CHECK_LE(&buf_[0], pieceLenField_); in Flush()4590 CHECK_LE(pieceLenField_, p_); in Flush()4591 JDWP::Set4BE(pieceLenField_, totalAllocationUnits_); in Flush()4617 pieceLenField_ = nullptr; in Reset()4760 uint8_t* pieceLenField_; member in art::HeapChunkContext