Lines Matching defs:offset
289 // Store offset of return address for deoptimizer.
671 // Store the current pc as the handler offset. It's used later to create the
986 // Advance the current bytecode offset. This simulates what all bytecode
989 // the bytecode offset if the current bytecode is a JumpLoop, instead just
1000 // The bytecode offset value will be increased by one in wide and extra wide
1060 // Otherwise, load the size of the current bytecode and advance the offset.
1194 // store the bytecode offset.
1348 // Load initial bytecode offset.
1352 // Push bytecode array and Smi tagged bytecode array offset.
1406 // handler at the current bytecode offset.
1423 // Get bytecode array and bytecode offset from the stack frame.
1446 // Modify the bytecode offset in the stack to be kFunctionEntryBytecodeOffset
1455 // After the call, restore the bytecode array, bytecode offset and accumulator
1456 // registers again. Also, restore the bytecode offset in the stack to its
1700 // Get the target bytecode offset from the frame.
1725 // Advance the current bytecode offset stored within the given interpreter
1751 // Convert new bytecode offset to a Smi and save in the stackframe.
1760 // not a valid bytecode offset. Detect this case and advance to the first
1864 Operand offset = Operand(int64_t(0))) {
1865 __ Add64(ra, entry_address, offset);
1890 // Load the OSR entrypoint offset from the deoptimization data.
2806 // The runtime function returned the jump table slot offset as a Smi (now in
3119 int64_t offset = (ref0.address() - ref1.address());
3120 DCHECK(static_cast<int>(offset) == offset);
3121 return static_cast<int>(offset);
3502 int offset = code * kDoubleSize;
3503 __ StoreDouble(fpu_reg, MemOperand(sp, offset));
3557 int offset =
3561 __ Sd(a2, MemOperand(a1, offset));
3564 __ Sd(a2, MemOperand(a1, offset));
3659 int offset =
3662 __ Ld(ToRegister(i), MemOperand(t3, offset));
3763 // Compute baseline pc for bytecode offset.
3778 // not a valid bytecode offset.
3826 // If the bytecode offset is kFunctionEntryOffset, get the start address of