Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dcfi_backtrace_android.h60 struct CFIRow { struct
61 bool operator==(const CFIBacktraceAndroid::CFIRow& o) const {
82 void Add(uintptr_t address, CFIRow cfi); argument
86 bool Find(uintptr_t address, CFIRow* cfi);
97 CFIRow cfi;
123 bool FindCFIRowForPC(uintptr_t func_addr, CFIRow* out);
Dcfi_backtrace_android_unittest.cc94 CFIBacktraceAndroid::CFIRow cfi_row = {0}; in TEST()
102 const CFIBacktraceAndroid::CFIRow kRow1 = {0x110, 0x4}; in TEST()
103 const CFIBacktraceAndroid::CFIRow kRow2 = {0x220, 0x4}; in TEST()
104 const CFIBacktraceAndroid::CFIRow kRow3 = {0x220, 0x8}; in TEST()
105 const CFIBacktraceAndroid::CFIRow kRow4 = {0x30, 0xc}; in TEST()
106 const CFIBacktraceAndroid::CFIRow kRow5 = {0x2c, 0x8}; in TEST()
158 CFIBacktraceAndroid::CFIRow cfi; in TEST()
165 CFIBacktraceAndroid::CFIRow val = {4 * i, 2 * i}; in TEST()
183 CFIBacktraceAndroid::CFIRow val = {4 * i, 2 * i}; in TEST()
Dcfi_backtrace_android.cc198 CFIRow cfi{}; in Unwind()
213 CFIBacktraceAndroid::CFIRow* cfi) { in FindCFIRowForPC()
301 void CFIBacktraceAndroid::CFICache::Add(uintptr_t address, CFIRow cfi) { in Add()
305 bool CFIBacktraceAndroid::CFICache::Find(uintptr_t address, CFIRow* cfi) { in Find()