Lines Matching defs:bytecode_offset
94 TNode<IntPtrT> offset = LoadAndUntagRegister(Register::bytecode_offset());
104 TNode<IntPtrT> bytecode_offset = BytecodeOffset();
106 // Subtract one from the bytecode_offset such that it points to the Wide /
108 bytecode_offset = IntPtrSub(BytecodeOffset(), IntPtrConstant(1));
111 Register::bytecode_offset().ToOperand() * kSystemPointerSize;
124 TruncateIntPtrToInt32(bytecode_offset));
127 SmiTag(bytecode_offset));
1162 TNode<IntPtrT> bytecode_offset) {
1164 Load<Uint8T>(BytecodeArrayTaggedPointer(), bytecode_offset);
1251 TNode<RawPtrT> handler_entry, TNode<IntPtrT> bytecode_offset) {
1254 bytecode_offset, BytecodeArrayTaggedPointer(), DispatchTablePointer());