Home | History | Annotate | Download | only in src

Lines Matching defs:input_value

705       intptr_t input_value = input_->GetRegister(input_reg);
711 input_value,
713 reinterpret_cast<Object*>(input_value)->ShortPrint();
716 output_[frame_index]->SetFrameSlot(output_offset, input_value);
768 intptr_t input_value = input_->GetFrameSlot(input_offset);
774 input_value,
776 reinterpret_cast<Object*>(input_value)->ShortPrint();
779 output_[frame_index]->SetFrameSlot(output_offset, input_value);
871 uintptr_t input_value = input_->GetFrameSlot(*input_offset);
872 Object* input_object = reinterpret_cast<Object*>(input_value);
895 input_value,
898 output->SetRegister(output_reg, input_value);
952 input_value,
954 reinterpret_cast<Object*>(input_value)->ShortPrint();
957 output->SetFrameSlot(output_offset, input_value);