Home
last modified time | relevance | path

Searched defs:OutOfLineCode (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h32 class OutOfLineCode; variable
403 friend class OutOfLineCode; variable
Dcode-generator.cc1309 OutOfLineCode::OutOfLineCode(CodeGenerator* gen) in OutOfLineCode() function in v8::internal::compiler::OutOfLineCode
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc419 struct OutOfLineCode { struct in v8::internal::wasm::__anon3bd82aa60111::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;
[all …]