Lines Matching refs:VarState
111 class VarState {
115 explicit VarState(ValueKind kind, int offset)
117 explicit VarState(ValueKind kind, LiftoffRegister r, int offset)
121 explicit VarState(ValueKind kind, int32_t i32_const, int offset)
176 void Copy(VarState src) {
199 ASSERT_TRIVIALLY_COPYABLE(VarState);
227 base::SmallVector<VarState, 8> stack_state;
451 LiftoffRegister LoadToRegister(VarState slot, LiftoffRegList pinned);
455 VarState slot = cache_state_.stack_state.back();
597 void Spill(VarState* slot);
637 std::initializer_list<VarState> params);
1544 LiftoffRegister LoadI64HalfIntoRegister(VarState slot, RegPairHalf half);
1567 std::ostream& operator<<(std::ostream& os, LiftoffAssembler::VarState);
1681 void Add(const LiftoffAssembler::VarState& src, uint32_t src_offset,
1687 void Add(const LiftoffAssembler::VarState& src, int dst_slot) {
1703 Slot(const LiftoffAssembler::VarState& src, uint32_t src_offset,
1709 Slot(const LiftoffAssembler::VarState& src, int dst_slot)
1712 LiftoffAssembler::VarState src_;