Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwinder_android_unittest.cc664 const uint8_t function_offset_table[] = { in TEST() local
683 &function_offset_table[0], in TEST()
689 const uint8_t function_offset_table[] = { in TEST() local
708 &function_offset_table[0], in TEST()
713 const uint8_t function_offset_table[] = { in TEST() local
732 &function_offset_table[0], in TEST()
967 const uint8_t function_offset_table[] = {0}; in TEST() local
971 function_offset_table, in TEST()
1043 const uint8_t function_offset_table[] = { in TEST() local
1075 function_offset_table, in TEST()
[all …]
H A Dchrome_unwind_info_android.cc13 span<const uint8_t> function_offset_table, in ChromeUnwindInfoAndroid() argument
17 function_offset_table(function_offset_table), in ChromeUnwindInfoAndroid()
45 const auto function_offset_table = in CreateChromeUnwindInfoAndroid() local
47 DCHECK(!function_offset_table.empty()); in CreateChromeUnwindInfoAndroid()
60 function_offset_table, function_table, in CreateChromeUnwindInfoAndroid()
H A Dchrome_unwind_info_android_unittest.cc54 const uint8_t function_offset_table[] = {3, 3, 3}; in TEST() local
63 memcpy(&data[header.function_offset_table_byte_offset], function_offset_table, in TEST()
64 sizeof(function_offset_table)); in TEST()
75 &unwind_info.function_offset_table[0])); in TEST()
82 ExpectSpanSizeAndContentsEqual(unwind_info.function_offset_table, in TEST()
83 make_span(function_offset_table)); in TEST()
H A Dchrome_unwind_info_android.h87 span<const uint8_t> function_offset_table,
161 span<const uint8_t> function_offset_table; member
H A Dchrome_unwinder_android.cc111 .function_offset_table[function_offset_table_index in TryUnwind()
/aosp_15_r20/external/angle/build/android/gyp/
H A Dcreate_unwind_table.py717 function_offset_table = bytearray()
724 offsets[sequence] = len(function_offset_table)
730 function_offset_table += (
734 return bytes(function_offset_table), offsets
911 function_offset_table: bytes,
966 for table in function_offset_table, unwind_instruction_table:
1009 function_offset_table, function_offset_table_offsets = (
1016 return (page_table, function_table, function_offset_table,
1078 (page_table, function_table, function_offset_table,
1081 function_offset_table,
H A Dcreate_unwind_table_tests.py1084 function_offset_table = bytes([1, 2])
1090 function_offset_table,
1096 len(function_offset_table) + len(unwind_instruction_table),
1103 page_table + function_table + function_offset_table +
1129 (page_table, function_table, function_offset_table,
1175 function_offset_table)
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcreate_unwind_table.py717 function_offset_table = bytearray()
724 offsets[sequence] = len(function_offset_table)
730 function_offset_table += (
734 return bytes(function_offset_table), offsets
911 function_offset_table: bytes,
966 for table in function_offset_table, unwind_instruction_table:
1009 function_offset_table, function_offset_table_offsets = (
1016 return (page_table, function_table, function_offset_table,
1078 (page_table, function_table, function_offset_table,
1081 function_offset_table,
H A Dcreate_unwind_table_tests.py1084 function_offset_table = bytes([1, 2])
1090 function_offset_table,
1096 len(function_offset_table) + len(unwind_instruction_table),
1103 page_table + function_table + function_offset_table +
1129 (page_table, function_table, function_offset_table,
1175 function_offset_table)