Searched defs:CodeRangeUnwindingRecord (Results 1 – 1 of 1) sorted by relevance
162 struct CodeRangeUnwindingRecord { struct163 void* dynamic_table;164 uint32_t runtime_function_count;165 V8UnwindData unwind_info;166 uint32_t exception_handler;167 uint8_t exception_thunk[kMaxExceptionThunkSize];168 RUNTIME_FUNCTION runtime_function[kDefaultRuntimeFunctionCount];332 struct CodeRangeUnwindingRecord { struct333 void* dynamic_table;334 uint32_t runtime_function_count;[all …]