Searched refs:stackStartAddr (Results 1 – 2 of 2) sorted by relevance
146 uintptr_t FaultStack::PrintMemoryBlock(const MemoryBlockInfo& info, uintptr_t stackStartAddr) const in PrintMemoryBlock()160 if (targetAddr - stackStartAddr > STEP * DfxConfig::GetConfig().highAddressStep) { in PrintMemoryBlock()178 uintptr_t stackStartAddr = blocks_.at(0).startAddr; in Print() local183 end = PrintMemoryBlock(block, stackStartAddr); in Print()
51 uintptr_t PrintMemoryBlock(const MemoryBlockInfo& info, uintptr_t stackStartAddr) const;