Searched defs:tailp (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
H A Drosalloc.h162 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
167 DCHECK(*tailp == nullptr);
173 DCHECK(*tailp != nullptr);
180 *tailp = nullptr;
197 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
202 DCHECK(*tailp == nullptr);
206 *tailp = slot;
211 DCHECK(*tailp != nullptr);
236 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
242 *tailp
[all...]

Completed in 26 milliseconds