Lines Matching refs:values
209 // Code pattern for loading floating point values. Input values must
210 // be either smi or heap number objects (fp values). Requirements:
222 // Code pattern for loading floating point values onto the fp stack.
223 // Input values must be either smi or heap number objects (fp values).
2508 int length = node->values()->length();
2522 for (int i = 0; i < node->values()->length(); i++) {
2523 Expression* value = node->values()->at(i);
2743 // The runtime call returns a pair of values in rax (function) and
2744 // rdx (receiver). Touch up the stack with the right values.
2801 // The runtime call returns a pair of values in rax and rdx. The
4998 // CompareStub and the inline code both support all values of cc.
5555 // Use a fresh temporary for nonzero shift values.
7191 // The representation of NaN values has all exponent bits (52..62) set,
7749 // Read result values stored on stack. Result is stored
9219 // Calculate length of sub string using the smi values.