Searched refs:unwind_instruction_table (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | chrome_unwind_info_android.cc | 12 span<const uint8_t> unwind_instruction_table, in ChromeUnwindInfoAndroid() argument 16 : unwind_instruction_table(unwind_instruction_table), in ChromeUnwindInfoAndroid() 55 const auto unwind_instruction_table = data_iterator.Span<uint8_t>( in CreateChromeUnwindInfoAndroid() local 57 DCHECK(!unwind_instruction_table.empty()); in CreateChromeUnwindInfoAndroid() 59 return ChromeUnwindInfoAndroid{unwind_instruction_table, in CreateChromeUnwindInfoAndroid()
|
H A D | chrome_unwind_info_android_unittest.cc | 55 const uint8_t unwind_instruction_table[] = {4, 4, 4, 4}; in TEST() local 66 unwind_instruction_table, sizeof(unwind_instruction_table)); in TEST() 77 &unwind_info.unwind_instruction_table[0])); in TEST() 84 ExpectSpanSizeAndContentsEqual(unwind_info.unwind_instruction_table, in TEST() 85 make_span(unwind_instruction_table)); in TEST()
|
H A D | chrome_unwinder_android_unittest.cc | 968 const uint8_t unwind_instruction_table[] = {0}; in TEST() local 970 unwind_instruction_table, in TEST() 1065 const uint8_t unwind_instruction_table[] = { in TEST() local 1074 unwind_instruction_table, in TEST() 1139 const uint8_t unwind_instruction_table[] = { in TEST() local 1148 unwind_instruction_table, in TEST() 1223 const uint8_t unwind_instruction_table[] = { in TEST() local 1239 unwind_instruction_table, in TEST() 1302 const uint8_t unwind_instruction_table[] = { in TEST() local 1311 unwind_instruction_table, in TEST() [all …]
|
H A D | chrome_unwind_info_android.h | 86 ChromeUnwindInfoAndroid(span<const uint8_t> unwind_instruction_table, 130 span<const uint8_t> unwind_instruction_table; member
|
H A D | chrome_unwinder_android.cc | 118 .unwind_instruction_table[current_unwind_instruction_index]; in TryUnwind()
|
/aosp_15_r20/external/angle/build/android/gyp/ |
H A D | create_unwind_table.py | 912 unwind_instruction_table: bytes) -> bytes: 966 for table in function_offset_table, unwind_instruction_table: 1006 unwind_instruction_table, unwind_instruction_table_offsets = ( 1017 unwind_instruction_table) 1079 unwind_instruction_table) = GenerateUnwindTables(encoded_function_unwinds) 1082 unwind_instruction_table)
|
H A D | create_unwind_table_tests.py | 1085 unwind_instruction_table = bytes([1, 2, 3]) 1091 unwind_instruction_table, 1096 len(function_offset_table) + len(unwind_instruction_table), 1104 unwind_instruction_table, unwind_info[32:]) 1130 unwind_instruction_table) = GenerateUnwindTables([ 1151 unwind_instruction_table)
|
/aosp_15_r20/external/cronet/build/android/gyp/ |
H A D | create_unwind_table.py | 912 unwind_instruction_table: bytes) -> bytes: 966 for table in function_offset_table, unwind_instruction_table: 1006 unwind_instruction_table, unwind_instruction_table_offsets = ( 1017 unwind_instruction_table) 1079 unwind_instruction_table) = GenerateUnwindTables(encoded_function_unwinds) 1082 unwind_instruction_table)
|
H A D | create_unwind_table_tests.py | 1085 unwind_instruction_table = bytes([1, 2, 3]) 1091 unwind_instruction_table, 1096 len(function_offset_table) + len(unwind_instruction_table), 1104 unwind_instruction_table, unwind_info[32:]) 1130 unwind_instruction_table) = GenerateUnwindTables([ 1151 unwind_instruction_table)
|