Searched defs:ChromeUnwindInfoAndroid32 (Results 1 – 4 of 4) sorted by relevance
86 struct BASE_EXPORT ChromeUnwindInfoAndroid32 { struct93 ChromeUnwindInfoAndroid32& operator=(const ChromeUnwindInfoAndroid32& other); argument96 ChromeUnwindInfoAndroid32& operator=(ChromeUnwindInfoAndroid32&& other); argument131 raw_span<const uint8_t> unwind_instruction_table;162 raw_span<const uint8_t> function_offset_table;192 raw_span<const FunctionTableEntry> function_table;219 // Creates `ChromeUnwindInfoAndroid32` struct based on binary `data` assuming argument
11 ChromeUnwindInfoAndroid32::ChromeUnwindInfoAndroid32( in ChromeUnwindInfoAndroid32() function in base::ChromeUnwindInfoAndroid32