Searched refs:src_index_ (Results 1 – 6 of 6) sorted by relevance
685 : src_(src), src_index_(src_index), half_(half) {} in Slot()690 uint32_t src_index_ = 0; member
1369 liftoff::GetHalfStackSlot(2 * slot.src_index_ - 1)); in Construct()1373 liftoff::GetHalfStackSlot(2 * slot.src_index_ + in Construct()
1450 asm_->movl(kScratchRegister, liftoff::GetStackSlot(slot.src_index_)); in Construct()1457 asm_->pushq(liftoff::GetStackSlot(slot.src_index_)); in Construct()
1625 asm_->push(liftoff::GetHalfStackSlot(2 * slot.src_index_ - 1)); in Construct()1627 asm_->push(liftoff::GetHalfStackSlot(2 * slot.src_index_ - in Construct()
940 asm_->Ldr(scratch, liftoff::GetStackSlot(slot.src_index_)); in Construct()
1230 asm_->ld(kScratchReg, liftoff::GetStackSlot(slot.src_index_)); in Construct()