Lines Matching defs:offset
271 // Store offset of return address for deoptimizer.
634 // Store the current pc as the handler offset. It's used later to create the
925 // Advance the current bytecode offset. This simulates what all bytecode
928 // the bytecode offset if the current bytecode is a JumpLoop, instead just
938 // The bytecode offset value will be increased by one in wide and extra wide
995 // Otherwise, load the size of the current bytecode and advance the offset.
1132 // store the bytecode offset.
1282 // Load initial bytecode offset.
1286 // Push bytecode array and Smi tagged bytecode array offset.
1338 // handler at the current bytecode offset.
1355 // Get bytecode array and bytecode offset from the stack frame.
1378 // Modify the bytecode offset in the stack to be kFunctionEntryBytecodeOffset
1387 // After the call, restore the bytecode array, bytecode offset and accumulator
1388 // registers again. Also, restore the bytecode offset in the stack to its
1631 // Get the target bytecode offset from the frame.
1654 // Advance the current bytecode offset stored within the given interpreter
1680 // Convert new bytecode offset to a Smi and save in the stackframe.
1689 // not a valid bytecode offset. Detect this case and advance to the first
1794 Operand offset = Operand(zero_reg)) {
1795 __ Add_d(ra, entry_address, offset);
1820 // Load the OSR entrypoint offset from the deoptimization data.
2714 // The runtime function returned the jump table slot offset as a Smi (now in
3040 int64_t offset = (ref0.address() - ref1.address());
3041 DCHECK(static_cast<int>(offset) == offset);
3042 return static_cast<int>(offset);
3404 int offset = code * kDoubleSize;
3405 __ Fst_d(fpu_reg, MemOperand(sp, offset));
3460 int offset = (i * kPointerSize) + FrameDescription::registers_offset();
3463 __ St_d(a2, MemOperand(a1, offset));
3466 __ St_d(a2, MemOperand(a1, offset));
3560 int offset = (i * kPointerSize) + FrameDescription::registers_offset();
3562 __ Ld_d(ToRegister(i), MemOperand(t7, offset));
3655 // Compute baseline pc for bytecode offset.
3670 // not a valid bytecode offset.
3721 // If the bytecode offset is kFunctionEntryOffset, get the start address of