Lines Matching defs:offset

282   // Store offset of return address for deoptimizer.
635 // Store the current pc as the handler offset. It's used later to create the
949 // Advance the current bytecode offset. This simulates what all bytecode
952 // the bytecode offset if the current bytecode is a JumpLoop, instead just
962 // The bytecode offset value will be increased by one in wide and extra wide
1023 // Otherwise, load the size of the current bytecode and advance the offset.
1160 // store the bytecode offset.
1298 // Load the initial bytecode offset.
1302 // Push bytecode array and Smi tagged bytecode array offset.
1352 // handler at the current bytecode offset.
1369 // Get bytecode array and bytecode offset from the stack frame.
1391 // Modify the bytecode offset in the stack to be kFunctionEntryBytecodeOffset
1400 // After the call, restore the bytecode array, bytecode offset and accumulator
1401 // registers again. Also, restore the bytecode offset in the stack to its
1647 // Get the target bytecode offset from the frame.
1673 // Get bytecode array and bytecode offset from the stack frame.
1697 // Convert new bytecode offset to a Smi and save in the stackframe.
1706 // not a valid bytecode offset. Detect this case and advance to the first
1807 Operand offset = Operand::Zero()) {
1808 // Compute the target address = entry_address + offset
1809 if (offset.IsImmediate() && offset.immediate() == 0) {
1812 __ add(lr, entry_address, offset);
1849 // Load the OSR entrypoint offset from the deoptimization data.
2655 // The runtime function returns the jump table slot offset as a Smi. Use
3395 int offset = (i * kPointerSize) + FrameDescription::registers_offset();
3397 __ str(r2, MemOperand(r1, offset));
3511 int offset = (i * kPointerSize) + FrameDescription::registers_offset();
3512 __ ldr(r6, MemOperand(r2, offset));
3624 // Compute baseline pc for bytecode offset.
3638 // not a valid bytecode offset.
3688 // If the bytecode offset is kFunctionEntryOffset, get the start address of