Searched refs:handler_allocation_ (Results 1 – 2 of 2) sorted by relevance
47 if (handler_allocation_ != kNullAddress) { in Allocate()50 return handler_allocation_; in Allocate()53 DCHECK_EQ(kNullAddress, handler_allocation_); in Allocate()249 handler_allocation_ = in ReserveForHandler()
138 Address handler_allocation_ = kNullAddress; variable