Home
last modified time | relevance | path

Searched defs:unwind_instruction_table (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwinder_android_unittest.cc968 const uint8_t unwind_instruction_table[] = {0}; in TEST() local
1065 const uint8_t unwind_instruction_table[] = { in TEST() local
1139 const uint8_t unwind_instruction_table[] = { in TEST() local
1223 const uint8_t unwind_instruction_table[] = { in TEST() local
1302 const uint8_t unwind_instruction_table[] = { in TEST() local
1375 const uint8_t unwind_instruction_table[] = { in TEST() local
1445 const uint8_t unwind_instruction_table[] = { in TEST() local
1517 const uint8_t unwind_instruction_table[] = { in TEST() local
1592 const uint8_t unwind_instruction_table[] = { in TEST() local
H A Dchrome_unwind_info_android.cc12 span<const uint8_t> unwind_instruction_table, in ChromeUnwindInfoAndroid()
55 const auto unwind_instruction_table = data_iterator.Span<uint8_t>( in CreateChromeUnwindInfoAndroid() local
H A Dchrome_unwind_info_android_unittest.cc55 const uint8_t unwind_instruction_table[] = {4, 4, 4, 4}; in TEST() local
H A Dchrome_unwind_info_android.h130 span<const uint8_t> unwind_instruction_table; member