Searched defs:page_start_instructions (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | chrome_unwinder_android_unittest.cc | 737 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 D | chrome_unwinder_android.cc | 304 span<const uint32_t> page_start_instructions, in GetFunctionTableIndexFromInstructionOffset()
|