Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator.h30 class OutOfLineCode; variable
386 friend class OutOfLineCode; variable
Dcode-generator.cc1260 OutOfLineCode::OutOfLineCode(CodeGenerator* gen) in OutOfLineCode() function in v8::internal::compiler::OutOfLineCode
/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc120 struct OutOfLineCode { struct in v8::internal::wasm::__anon2863bf240111::LiftoffCompiler
121 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()