Lines Matching defs:offset

74                        intptr_t offset) {
75 __ AddS64(ip, entry_address, Operand(offset), r0);
167 // Compute baseline pc for bytecode offset.
181 // not a valid bytecode offset.
230 // If the bytecode offset is kFunctionEntryOffset, get the start address of
423 // Load the OSR entrypoint offset from the deoptimization data.
561 // Store offset of return address for deoptimizer.
897 // Store the current pc as the handler offset. It's used later to create the
1206 // Advance the current bytecode offset. This simulates what all bytecode
1209 // the bytecode offset if the current bytecode is a JumpLoop, instead just
1219 // The bytecode offset value will be increased by one in wide and extra wide
1279 // Otherwise, load the size of the current bytecode and advance the offset.
1401 // store the bytecode offset.
1556 // Load initial bytecode offset.
1560 // Push bytecode array and Smi tagged bytecode array offset.
1615 // handler at the current bytecode offset.
1633 // Get bytecode array and bytecode offset from the stack frame.
1655 // Modify the bytecode offset in the stack to be kFunctionEntryBytecodeOffset
1664 // After the call, restore the bytecode array, bytecode offset and accumulator
1665 // registers again. Also, restore the bytecode offset in the stack to its
1883 // Get the target bytecode offset from the frame.
1910 // Get bytecode array and bytecode offset from the stack frame.
1934 // Convert new bytecode offset to a Smi and save in the stackframe.
1944 // not a valid bytecode offset. Detect this case and advance to the first
2883 // The runtime function returns the jump table slot offset as a Smi. Use
3645 int offset = code * kDoubleSize;
3646 __ stfd(dreg, MemOperand(sp, offset));
3701 int offset =
3704 __ StoreU64(r5, MemOperand(r4, offset));
3819 int offset =
3822 __ LoadU64(ToRegister(i), MemOperand(scratch, offset));