Searched refs:instruction_offset_from_function_start (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | chrome_unwinder_android.cc | 114 ->instruction_offset_from_function_start); in TryUnwind() 278 int instruction_offset_from_function_start) { in GetFirstUnwindInstructionIndexFromFunctionOffsetTableEntry() argument 279 DCHECK_GE(instruction_offset_from_function_start, 0); in GetFirstUnwindInstructionIndexFromFunctionOffsetTableEntry() 293 static_cast<uint32_t>(instruction_offset_from_function_start)) in GetFirstUnwindInstructionIndexFromFunctionOffsetTableEntry() 400 const int instruction_offset_from_function_start = in GetFunctionTableIndexFromInstructionOffset() local 404 DCHECK_GE(instruction_offset_from_function_start, 0); in GetFunctionTableIndexFromInstructionOffset() 406 instruction_offset_from_function_start, in GetFunctionTableIndexFromInstructionOffset()
|
H A D | chrome_unwinder_android_unittest.cc | 763 EXPECT_EQ(0, entry_found->instruction_offset_from_function_start); in TEST() 775 EXPECT_EQ(46, entry_found->instruction_offset_from_function_start); in TEST() 789 EXPECT_EQ(0xfff9, entry_found->instruction_offset_from_function_start); in TEST() 817 EXPECT_EQ(0x10004, entry_found->instruction_offset_from_function_start); in TEST() 885 EXPECT_EQ(0x10004, entry_found->instruction_offset_from_function_start); in TEST() 916 EXPECT_EQ(0x4, entry_found->instruction_offset_from_function_start); in TEST() 927 EXPECT_EQ(0x10004, entry_found->instruction_offset_from_function_start); in TEST() 938 EXPECT_EQ(0x20004, entry_found->instruction_offset_from_function_start); in TEST() 949 EXPECT_EQ(0x30004, entry_found->instruction_offset_from_function_start); in TEST()
|
H A D | chrome_unwinder_android.h | 74 int instruction_offset_from_function_start; member 95 int instruction_offset_from_function_start);
|