Searched defs:ChromeUnwindInfoAndroid (Results 1 – 2 of 2) sorted by relevance
85 struct BASE_EXPORT ChromeUnwindInfoAndroid { struct92 ChromeUnwindInfoAndroid& operator=(const ChromeUnwindInfoAndroid& other); argument95 ChromeUnwindInfoAndroid& operator=(ChromeUnwindInfoAndroid&& other); argument130 span<const uint8_t> unwind_instruction_table;161 span<const uint8_t> function_offset_table;191 span<const FunctionTableEntry> function_table;218 // Creates `ChromeUnwindInfoAndroid` struct based on binary `data` assuming argument
11 ChromeUnwindInfoAndroid::ChromeUnwindInfoAndroid( in ChromeUnwindInfoAndroid() function in base::ChromeUnwindInfoAndroid