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

/art/runtime/gc/allocator/
H A Drosalloc.h163 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
168 DCHECK(*tailp == nullptr);
174 DCHECK(*tailp != nullptr);
181 *tailp = nullptr;
198 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
203 DCHECK(*tailp == nullptr);
207 *tailp = slot;
212 DCHECK(*tailp != nullptr);
237 Slot** tailp = kUseTail ? reinterpret_cast<Slot**>(&tail_) : nullptr; local
243 *tailp
[all...]

Completed in 38 milliseconds