Searched defs:OutOfLineCode (Results 1 – 3 of 3) sorted by relevance
30 class OutOfLineCode; variable386 friend class OutOfLineCode; variable
1260 OutOfLineCode::OutOfLineCode(CodeGenerator* gen) in OutOfLineCode() function in v8::internal::compiler::OutOfLineCode
120 struct OutOfLineCode { struct in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler121 MovableLabel label;122 MovableLabel continuation;123 WasmCode::RuntimeStubId stub;124 WasmCodePosition position;125 LiftoffRegList regs_to_save;126 uint32_t pc; // for trap handler.129 static OutOfLineCode Trap(WasmCode::RuntimeStubId s, WasmCodePosition pos, in Trap()134 static OutOfLineCode StackCheck(WasmCodePosition pos, LiftoffRegList regs) { in StackCheck()