Searched defs:CodeRangeUnwindingRecord (Results 1 – 1 of 1) sorted by relevance
126 struct CodeRangeUnwindingRecord { struct127 void* dynamic_table;128 uint32_t runtime_function_count;129 V8UnwindData unwind_info;130 uint32_t exception_handler;131 uint8_t exception_thunk[kMaxExceptionThunkSize];132 RUNTIME_FUNCTION runtime_function[kDefaultRuntimeFunctionCount];296 struct CodeRangeUnwindingRecord { struct297 void* dynamic_table;298 uint32_t runtime_function_count;[all …]