Home | History | Annotate | Download | only in baseline

Lines Matching refs:OutOfLineCode

120   struct OutOfLineCode {
129 static OutOfLineCode Trap(WasmCode::RuntimeStubId s, WasmCodePosition pos,
134 static OutOfLineCode StackCheck(WasmCodePosition pos, LiftoffRegList regs) {
300 OutOfLineCode::StackCheck(position, __ cache_state()->used_registers));
301 OutOfLineCode& ool = out_of_line_code_.back();
383 void GenerateOutOfLineCode(OutOfLineCode& ool) {
426 for (OutOfLineCode& ool : out_of_line_code_) {
1313 out_of_line_code_.push_back(OutOfLineCode::Trap(stub, position, pc));
1810 std::vector<OutOfLineCode> out_of_line_code_;