Lines Matching defs:OutOfLineCode
303 struct OutOfLineCode { struct in v8::internal::wasm::__anon69d3db0f0111::LiftoffCompiler
304 MovableLabel label;
305 MovableLabel continuation;
306 WasmCode::RuntimeStubId stub;
307 WasmCodePosition position;
308 LiftoffRegList regs_to_save;
309 uint32_t pc; // for trap handler.
311 DebugSideTableBuilder::EntryBuilder* debug_sidetable_entry_builder;
312 SpilledRegistersForInspection* spilled_registers;
315 static OutOfLineCode Trap( in Trap()
329 static OutOfLineCode StackCheck( in StackCheck()