Home
last modified time | relevance | path

Searched refs:lowAddressStep (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_config.cpp92 if (key.compare("displayFaultStack.lowAddressStep") == 0) { in ParserConfig()
93 unsigned int lowAddressStep = static_cast<unsigned int>(atoi(value.data())); in ParserConfig() local
94 if (lowAddressStep != 0) { in ParserConfig()
95 config.lowAddressStep = lowAddressStep; in ParserConfig()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_config.h28 unsigned int lowAddressStep = 16; member
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp64 uintptr_t lowAddrLength = DfxConfig::GetConfig().lowAddressStep; in AdjustAndCreateMemoryBlock()
/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp653 ASSERT_EQ(DfxConfig::GetConfig().lowAddressStep, 16); in HWTEST_F()

Completed in 3 milliseconds