Lines Matching defs:OutOfLineCode
419 struct OutOfLineCode { struct in v8::internal::wasm::__anon591850460111::LiftoffCompiler
420 MovableLabel label;
421 MovableLabel continuation;
422 WasmCode::RuntimeStubId stub;
423 WasmCodePosition position;
424 LiftoffRegList regs_to_save;
425 Register cached_instance;
426 OutOfLineSafepointInfo* safepoint_info;
427 uint32_t pc; // for trap handler.
429 SpilledRegistersForInspection* spilled_registers;
430 DebugSideTableBuilder::EntryBuilder* debug_sidetable_entry_builder;
433 static OutOfLineCode Trap( in Trap()
452 static OutOfLineCode StackCheck( in StackCheck()
470 static OutOfLineCode TierupCheck( in TierupCheck()