Searched refs:stack_low_addr (Results 1 – 1 of 1) sorted by relevance
273 void* stack_low_addr = stack_low_addr_; in VerifyRootSingleUpdate() local279 if (UNLIKELY(stack_low_addr == nullptr)) { in VerifyRootSingleUpdate()280 stack_low_addr = self->GetStackEnd(); in VerifyRootSingleUpdate()281 stack_high_addr = reinterpret_cast<char*>(stack_low_addr) + self->GetStackSize(); in VerifyRootSingleUpdate()283 if (std::less<void*>{}(root, stack_low_addr) || std::greater<void*>{}(root, stack_high_addr)) { in VerifyRootSingleUpdate()294 << " stack_low_addr=" << stack_low_addr in VerifyRootSingleUpdate()