Lines Matching defs:offset
271 // Store offset of return address for deoptimizer.
637 // Store the current pc as the handler offset. It's used later to create the
935 // Advance the current bytecode offset. This simulates what all bytecode
938 // the bytecode offset if the current bytecode is a JumpLoop, instead just
948 // The bytecode offset value will be increased by one in wide and extra wide
1005 // Otherwise, load the size of the current bytecode and advance the offset.
1136 // store the bytecode offset.
1284 // Load initial bytecode offset.
1288 // Push bytecode array and Smi tagged bytecode array offset.
1340 // handler at the current bytecode offset.
1356 // Get bytecode array and bytecode offset from the stack frame.
1379 // Modify the bytecode offset in the stack to be kFunctionEntryBytecodeOffset
1388 // After the call, restore the bytecode array, bytecode offset and accumulator
1389 // registers again. Also, restore the bytecode offset in the stack to its
1628 // Get the target bytecode offset from the frame.
1651 // Advance the current bytecode offset stored within the given interpreter
1677 // Convert new bytecode offset to a Smi and save in the stackframe.
1686 // not a valid bytecode offset. Detect this case and advance to the first
1791 Operand offset = Operand(zero_reg)) {
1792 __ Daddu(ra, entry_address, offset);
1815 // Load the OSR entrypoint offset from the deoptimization data.
2737 // The runtime function returned the jump table slot offset as a Smi (now in
3061 int64_t offset = (ref0.address() - ref1.address());
3062 DCHECK(static_cast<int>(offset) == offset);
3063 return static_cast<int>(offset);
3431 int offset = code * kDoubleSize;
3432 __ Sdc1(fpu_reg, MemOperand(sp, offset));
3488 int offset = (i * kPointerSize) + FrameDescription::registers_offset();
3491 __ Sd(a2, MemOperand(a1, offset));
3494 __ Sd(a2, MemOperand(a1, offset));
3588 int offset = (i * kPointerSize) + FrameDescription::registers_offset();
3590 __ Ld(ToRegister(i), MemOperand(at, offset));
3682 // Compute baseline pc for bytecode offset.
3697 // not a valid bytecode offset.
3748 // If the bytecode offset is kFunctionEntryOffset, get the start address of