Home | History | Annotate | Download | only in src

Lines Matching refs:input_value

1898       intptr_t input_value = input_->GetRegister(input_reg);
1903 PrintF("0x%08" V8PRIxPTR " ; %s ", input_value,
1905 reinterpret_cast<Object*>(input_value)->ShortPrint();
1908 AddObjectTaggedValue(input_value);
1975 intptr_t input_value = input_->GetFrameSlot(input_offset);
1980 PrintF("0x%08" V8PRIxPTR " ; [sp + %d] ", input_value, input_offset);
1981 reinterpret_cast<Object*>(input_value)->ShortPrint();
1984 AddObjectTaggedValue(input_value);
2135 intptr_t input_value = input_->GetRegister(input_reg);
2141 input_value,
2143 reinterpret_cast<Object*>(input_value)->ShortPrint();
2146 output_[frame_index]->SetFrameSlot(output_offset, input_value);
2233 intptr_t input_value = input_->GetFrameSlot(input_offset);
2239 input_value,
2241 reinterpret_cast<Object*>(input_value)->ShortPrint();
2244 output_[frame_index]->SetFrameSlot(output_offset, input_value);
2401 uintptr_t input_value = input_->GetFrameSlot(*input_offset);
2402 Object* input_object = reinterpret_cast<Object*>(input_value);
2423 input_value,
2426 output->SetRegister(output_reg, input_value);
2483 input_value,
2485 reinterpret_cast<Object*>(input_value)->ShortPrint();
2488 output->SetFrameSlot(output_offset, input_value);