Lines Matching refs:value
100 Operand value(array, counter, times_system_pointer_size, 0);
102 __ movq(kScratchRegister, value);
103 value = Operand(kScratchRegister, 0);
105 __ Push(value);
297 // do a smi check and fall through to check if the return value is a valid
427 // Clear c_entry_fp, now we've pushed its previous value to the stack.
441 // If this is the outermost JS call, set js_entry_sp value.
725 // -- rax : the value to pass to the generator
730 // Store input value into generator object.
889 Register value = scratch1;
890 __ movq(value, optimized_code);
892 __ RecordWriteField(closure, JSFunction::kCodeOffset, value, slot_address,
1038 // The bytecode offset value will be increased by one in wide and extra wide
1260 // If ok, push undefined as the initial value for all register file entries.
1275 // register, initialize it with incoming value which was passed in rdx.
1330 // The return value is in rax.
1344 // previous value.
1587 __ addq(rbx, Immediate(interpreter_entry_return_pc_offset.value()));
1828 // Overwrite the hole inserted by the deoptimizer with the return value
1845 // Overwrite the hole inserted by the deoptimizer with the return value from
1846 // the LAZY deopt point. rax contains the arguments count, the return value
2129 // value at the end.
2139 Register value = kScratchRegister;
2145 __ movq(value, Operand(old_rsp, current, times_system_pointer_size, 0));
2146 __ movq(Operand(rsp, current, times_system_pointer_size, 0), value);
2209 Register value = r12;
2217 __ LoadAnyTaggedField(value, FieldOperand(src, current, times_tagged_size,
2219 __ CompareRoot(value, RootIndex::kTheHoleValue);
2221 __ LoadRoot(value, RootIndex::kUndefinedValue);
2223 __ movq(Operand(dest, current, times_system_pointer_size, 0), value);
3146 // iterate over the parameters two times, first for all value types, and then
3231 // - When the closure finally resolves, we use the value types pointer
3233 // value accordingly.
3433 // We re-calculate the beginning of the value-types array and the beginning of
3670 // We set the indicating value for the GC to the proper one for Wasm call.
3704 // If we have 1 return value, then jump to conversion.
3719 // No need to process the return value if the stack is suspended, there is a
3720 // single 'externref' value (the promise) which doesn't require conversion.
3761 // We have to set the indicating value for the GC to the number of values on
3791 // parameters. The reason is that later value type parameters may trigger a
3901 // Double the return value to test if it can be a Smi.
3904 // If there was overflow, convert the return value to a HeapNumber.
3911 // Handle the conversion of the I32 return value to HeapNumber when it cannot
3923 // The builtin expects the value to be in xmm0.
3930 // The builtin expects the value to be in xmm0.
4188 // Move resolved value to return register.
4462 // Calls an API function. Allocates HandleScope, extracts returned value
4521 // Load the value from ReturnValue
4546 // Check if the function returned a valid JavaScript value.
4762 __ Push(kScratchRegister); // return value
4763 __ Push(kScratchRegister); // return value default
4996 // Do not restore rsp, simply pop the value into the next register