Lines Matching defs:registers

133   LiftoffRegList registers;
134 for (auto reg : kGpParamRegisters) registers.set(reg);
135 return registers;
399 // For debugging, we need to spill registers before a trap or a stack check to
660 // For reference type parameters we have to use registers that were not
688 // before storing information about registers.
709 // When debugging, we do not just push all registers to the stack, but we
1168 // the cache registers, and to avoid unnecessarily reloading stack values
1169 // into registers at branches.
1421 // state first so helper functions know which registers are in use.
1437 // state first so helper functions know which registers are in use.
1494 // Before making a call, spill all cache registers.
1758 // Prefer to overwrite one of the input registers with the result
2208 // Before making the runtime call, spill all cache registers.
2654 // avoid this, maybe by passing in scratch registers.
2754 // registers to make them inspectable when stopping at the trap.
2906 // Before making the runtime call, spill all cache registers.
3218 // Pop the input, then spill all cache registers to make the runtime call.
4516 // don't run out of registers on ia32. For this we use the value register as
4549 // On ia32 we don't have enough registers to first pop all the values off
4553 // other registers.
4871 // be one of the pinned registers, and it cannot be used in the value
5575 // Reserve all temporary registers up front, so that the cache state
5707 TypeCheckRegisters registers =
5709 EmitDataRefCheck(registers.map_reg.gp(), no_match, registers.tmp_reg,
5711 return registers.obj_reg;
5716 TypeCheckRegisters registers =
5718 __ Load(registers.map_reg, registers.map_reg.gp(), no_reg,
5721 __ emit_i32_cond_jumpi(kUnequal, no_match, registers.map_reg.gp(),
5723 return registers.obj_reg;
5728 TypeCheckRegisters registers =
5730 __ Load(registers.map_reg, registers.map_reg.gp(), no_reg,
5733 __ emit_i32_cond_jumpi(kUnequal, no_match, registers.map_reg.gp(),
5735 return registers.obj_reg;
6016 // Get three temporary registers.
6196 // Executing a write barrier needs temp registers; doing this on a
6201 // We limit ourselves to four registers:
6377 // Reserve all temporary registers up front, so that the cache state