Lines Matching refs:value
126 // handler and the value of any callee-saved register if needed.
443 // the original value of StackFrame::JAVA_SCRIPT here, in that JAVA_SCRIPT
933 #define CASE(value, name) \
934 case StackFrame::value: \
1124 // The last value in the frame header is the calling PC, which should
1182 // slots in GC we ensure that the slot always contains full value.
1190 // unconditional decompression of the value might corrupt Code pointers.
1199 // contains full value.
1202 Address value = *spill_slot.location();
1203 if (!HAS_SMI_TAG(value) && value <= 0xffffffff) {
1206 DecompressTaggedPointer(cage_base, static_cast<Tagged_t>(value));
1266 // JavaScript ABI frames also contain arguments count value which is stored
1289 void JavaScriptFrame::SetParameterValue(int index, Object value) const {
1290 Memory<Address>(GetParameterSlot(index)) = value.ptr();
1548 // Only allow setting exception if previous value was the hole.
1846 DCHECK_NULL(data); // Data is not used and will not return a value.
1903 data.TranslationIndex(deopt_index).value());
2030 void BaselineFrame::PatchContext(Context value) {
2032 value.ptr();
2210 // The [fp + BuiltinFrameConstants::kGCScanSlotCount] on the stack is a value
2227 // value indicating how many values should be scanned from the top.
2546 // value of result register is preserved during continuation execution.
2602 // value of result register is preserved during continuation execution.