Lines Matching refs:input_

597       input_(NULL),
639 input_ = new(size) FrameDescription(size, function);
640 input_->SetFrameType(frame_type);
684 ASSERT(input_ == NULL && output_ == NULL);
690 delete input_;
692 if (output_[i] != input_) delete output_[i];
695 input_ = NULL;
917 unsigned input_frame_size = input_->GetFrameSize();
944 top_address = input_->GetRegister(fp_reg.code()) - (2 * kPointerSize) -
973 value = input_->GetFrameSlot(input_offset);
991 value = input_->GetFrameSlot(input_offset);
997 ASSERT(!is_bottommost || (input_->GetRegister(fp_reg.code()) +
1016 value = input_->GetFrameSlot(input_offset);
1035 ASSERT(!is_bottommost || input_->GetFrameSlot(input_offset) == value);
1490 int input_frame_size = input_->GetFrameSize();
1509 intptr_t top_address = input_->GetRegister(fp_reg.code()) -
1516 intptr_t value = input_->GetFrameSlot(input_frame_offset);
1526 value = input_->GetFrameSlot(input_frame_offset);
1529 intptr_t frame_ptr = input_->GetRegister(fp_reg.code());
1541 value = input_->GetFrameSlot(input_frame_offset);
1898 intptr_t input_value = input_->GetRegister(input_reg);
1914 intptr_t value = input_->GetRegister(input_reg);
1937 uintptr_t value = static_cast<uintptr_t>(input_->GetRegister(input_reg));
1960 double value = input_->GetDoubleRegister(input_reg);
1974 unsigned input_offset = input_->GetOffsetFromSlotIndex(input_slot_index);
1975 intptr_t input_value = input_->GetFrameSlot(input_offset);
1990 unsigned input_offset = input_->GetOffsetFromSlotIndex(input_slot_index);
1991 intptr_t value = input_->GetFrameSlot(input_offset);
2013 unsigned input_offset = input_->GetOffsetFromSlotIndex(input_slot_index);
2015 static_cast<uintptr_t>(input_->GetFrameSlot(input_offset));
2037 unsigned input_offset = input_->GetOffsetFromSlotIndex(input_slot_index);
2038 double value = input_->GetDoubleFrameSlot(input_offset);
2135 intptr_t input_value = input_->GetRegister(input_reg);
2152 intptr_t value = input_->GetRegister(input_reg);
2183 uintptr_t value = static_cast<uintptr_t>(input_->GetRegister(input_reg));
2215 double value = input_->GetDoubleRegister(input_reg);
2232 unsigned input_offset = input_->GetOffsetFromSlotIndex(input_slot_index);
2233 intptr_t input_value = input_->GetFrameSlot(input_offset);
2250 unsigned input_offset = input_->GetOffsetFromSlotIndex(input_slot_index);
2251 intptr_t value = input_->GetFrameSlot(input_offset);
2282 unsigned input_offset = input_->GetOffsetFromSlotIndex(input_slot_index);
2284 static_cast<uintptr_t>(input_->GetFrameSlot(input_offset));
2315 unsigned input_offset = input_->GetOffsetFromSlotIndex(input_slot_index);
2316 double value = input_->GetDoubleFrameSlot(input_offset);
2401 uintptr_t input_value = input_->GetFrameSlot(*input_offset);