Home
last modified time | relevance | path

Searched refs:function_offset_table_indices (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwinder_android.cc305 span<const FunctionTableEntry> function_offset_table_indices, in GetFunctionTableIndexFromInstructionOffset() argument
308 DCHECK(!function_offset_table_indices.empty()); in GetFunctionTableIndexFromInstructionOffset()
310 DCHECK_EQ(function_offset_table_indices.front() in GetFunctionTableIndexFromInstructionOffset()
327 function_offset_table_indices.begin() + in GetFunctionTableIndexFromInstructionOffset()
331 ? function_offset_table_indices.end() in GetFunctionTableIndexFromInstructionOffset()
332 : function_offset_table_indices.begin() + in GetFunctionTableIndexFromInstructionOffset()
387 while (function_offset_table_indices.begin() + in GetFunctionTableIndexFromInstructionOffset()
H A Dchrome_unwinder_android_unittest.cc738 const FunctionTableEntry function_offset_table_indices[] = { in TEST() local
759 page_start_instructions, function_offset_table_indices, in TEST()
771 page_start_instructions, function_offset_table_indices, in TEST()
784 page_start_instructions, function_offset_table_indices, in TEST()
796 const FunctionTableEntry function_offset_table_indices[] = { in TEST() local
813 page_start_instructions, function_offset_table_indices, in TEST()
823 const FunctionTableEntry function_offset_table_indices[] = { in TEST() local
842 page_start_instructions, function_offset_table_indices, in TEST()
851 page_start_instructions, function_offset_table_indices, in TEST()
861 const FunctionTableEntry function_offset_table_indices[] = { in TEST() local
[all …]
H A Dchrome_unwinder_android.h110 span<const FunctionTableEntry> function_offset_table_indices,