Home
last modified time | relevance | path

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

/external/libchrome/base/debug/
Dstack_trace.cc114 uintptr_t last_fp_to_scan = std::min(fp + kMaxStackScanArea, stack_end) - in ScanStackForNextFrame() local
116 for (;fp <= last_fp_to_scan; fp += sizeof(uintptr_t)) { in ScanStackForNextFrame()