Searched refs:highAddressStep (Results 1 – 6 of 6) sorted by relevance
108 unsigned int highAddressStep = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local109 if (highAddressStep != 0) { in ParserConfig()110 config.highAddressStep = highAddressStep; in ParserConfig()
8 displayFaultStack.highAddressStep=512
30 unsigned int highAddressStep = 64; member
94 uintptr_t highAddrLength = DfxConfig::GetConfig().highAddressStep; in CollectStackInfo()160 if (targetAddr - stackStartAddr > STEP * DfxConfig::GetConfig().highAddressStep) { in PrintMemoryBlock()
58 displayFaultStack.highAddressStep=4 <- 崩溃线程堆栈内存向低地址读取的块的数量(顺栈生长方向)
653 ASSERT_EQ(DfxConfig::GetConfig().highAddressStep, 512);