Home
last modified time | relevance | path

Searched refs:instruction_byte_offset_from_text_section_start (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwinder_android.cc96 const uintptr_t instruction_byte_offset_from_text_section_start = in TryUnwind() local
102 instruction_byte_offset_from_text_section_start); in TryUnwind()
306 uint32_t instruction_byte_offset_from_text_section_start) { in GetFunctionTableIndexFromInstructionOffset() argument
315 instruction_byte_offset_from_text_section_start >> 17; in GetFunctionTableIndexFromInstructionOffset()
317 (instruction_byte_offset_from_text_section_start >> 1) & in GetFunctionTableIndexFromInstructionOffset()
401 static_cast<int>((instruction_byte_offset_from_text_section_start >> 1) - in GetFunctionTableIndexFromInstructionOffset()
H A Dchrome_unwinder_android.h111 uint32_t instruction_byte_offset_from_text_section_start);