Home
last modified time | relevance | path

Searched defs:page_start_instructions (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwinder_android_unittest.cc737 const uint32_t page_start_instructions[] = {0, 2}; in TEST() local
795 const uint32_t page_start_instructions[] = {0, 1, 1}; in TEST() local
822 const uint32_t page_start_instructions[] = {0, 1}; in TEST() local
860 const uint32_t page_start_instructions[] = {0, 1, 2}; in TEST() local
891 const uint32_t page_start_instructions[] = {0, 1, 1, 1}; in TEST() local
H A Dchrome_unwinder_android.cc304 span<const uint32_t> page_start_instructions, in GetFunctionTableIndexFromInstructionOffset()