Searched defs:OutOfLineCode (Results 1 – 3 of 3) sorted by relevance
32 class OutOfLineCode; variable403 friend class OutOfLineCode; variable
1309 OutOfLineCode::OutOfLineCode(CodeGenerator* gen) in OutOfLineCode() function in v8::internal::compiler::OutOfLineCode
419 struct OutOfLineCode { struct in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler420 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;[all …]