Home
last modified time | relevance | path

Searched refs:stack_low_addr (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact-inl.h273 void* stack_low_addr = stack_low_addr_; in VerifyRootSingleUpdate() local
279 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()