Searched refs:function_offset_table_byte_index (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | chrome_unwinder_android_unittest.cc | 764 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 D | chrome_unwind_info_android_unittest.cc | 17 e1.function_offset_table_byte_index) == in operator ==() 19 e2.function_offset_table_byte_index); in operator ==()
|
H A D | chrome_unwinder_android.cc | 112 ->function_offset_table_byte_index], in TryUnwind() 407 entry_location->function_offset_table_byte_index, in GetFunctionTableIndexFromInstructionOffset()
|
H A D | chrome_unwind_info_android.h | 24 uint16_t function_offset_table_byte_index; member
|
H A D | chrome_unwinder_android.h | 77 uint16_t function_offset_table_byte_index; member
|