Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/profiler/
H A Dchrome_unwind_info_android.h85 struct BASE_EXPORT ChromeUnwindInfoAndroid { struct
92 ChromeUnwindInfoAndroid& operator=(const ChromeUnwindInfoAndroid& other); argument
95 ChromeUnwindInfoAndroid& operator=(ChromeUnwindInfoAndroid&& other); argument
130 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
H A Dchrome_unwind_info_android.cc11 ChromeUnwindInfoAndroid::ChromeUnwindInfoAndroid( in ChromeUnwindInfoAndroid() function in base::ChromeUnwindInfoAndroid