Lines Matching refs:BytecodeOffset
83 TNode<IntPtrT> InterpreterAssembler::BytecodeOffset() {
104 TNode<IntPtrT> bytecode_offset = BytecodeOffset();
108 bytecode_offset = IntPtrSub(BytecodeOffset(), IntPtrConstant(1));
371 IntPtrAdd(BytecodeOffset(), operand_offset));
381 IntPtrAdd(BytecodeOffset(), operand_offset));
421 TNode<IntPtrT> array_offset = IntPtrAdd(BytecodeOffset(), offset);
447 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
465 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
482 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
499 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
1065 TNode<IntPtrT> next_offset = backward ? IntPtrSub(BytecodeOffset(), delta)
1066 : IntPtrAdd(BytecodeOffset(), delta);
1193 DispatchToBytecode(LoadBytecode(BytecodeOffset()), BytecodeOffset());
1235 DispatchToBytecode(target_bytecode, BytecodeOffset());
1311 Int32Sub(TruncateIntPtrToInt32(BytecodeOffset()),
1372 SmiTag(BytecodeOffset()), GetAccumulatorUnchecked());