Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwinder_android_unittest.cc757 const uint32_t page_instruction_offset = 4; in TEST() local
760 /* instruction_offset */ (page_instruction_offset << 1) + in TEST()
769 const uint32_t page_instruction_offset = 50; in TEST() local
772 /* instruction_offset */ (page_instruction_offset << 1) + in TEST()
782 const uint32_t page_instruction_offset = 0xffff; in TEST() local
785 /* instruction_offset */ (page_instruction_offset << 1) + in TEST()
811 const uint32_t page_instruction_offset = 4; in TEST() local
814 /* instruction_offset */ (page_instruction_offset << 1) + in TEST()
840 const uint32_t page_instruction_offset = 6; in TEST() local
843 /* instruction_offset */ (page_instruction_offset << 1) + in TEST()
[all …]
H A Dchrome_unwinder_android.cc316 const uint16_t page_instruction_offset = in GetFunctionTableIndexFromInstructionOffset() local
340 page_instruction_offset, in GetFunctionTableIndexFromInstructionOffset()
341 [](uint16_t page_instruction_offset, const FunctionTableEntry& entry) { in GetFunctionTableIndexFromInstructionOffset() argument
342 return page_instruction_offset < in GetFunctionTableIndexFromInstructionOffset()