Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwinder_android_unittest.cc764 EXPECT_EQ(40ul, entry_found->function_offset_table_byte_index); in TEST()
776 EXPECT_EQ(40ul, entry_found->function_offset_table_byte_index); in TEST()
790 EXPECT_EQ(70ul, entry_found->function_offset_table_byte_index); in TEST()
818 EXPECT_EQ(20ul, entry_found->function_offset_table_byte_index); in TEST()
886 EXPECT_EQ(20ul, entry_found->function_offset_table_byte_index); in TEST()
917 EXPECT_EQ(20ul, entry_found->function_offset_table_byte_index); in TEST()
928 EXPECT_EQ(20ul, entry_found->function_offset_table_byte_index); in TEST()
939 EXPECT_EQ(20ul, entry_found->function_offset_table_byte_index); in TEST()
950 EXPECT_EQ(20ul, entry_found->function_offset_table_byte_index); in TEST()
H A Dchrome_unwind_info_android_unittest.cc17 e1.function_offset_table_byte_index) == in operator ==()
19 e2.function_offset_table_byte_index); in operator ==()
H A Dchrome_unwinder_android.cc112 ->function_offset_table_byte_index], in TryUnwind()
407 entry_location->function_offset_table_byte_index, in GetFunctionTableIndexFromInstructionOffset()
H A Dchrome_unwind_info_android.h24 uint16_t function_offset_table_byte_index; member
H A Dchrome_unwinder_android.h77 uint16_t function_offset_table_byte_index; member