Lines Matching full:bytecodeoffset
152 Node* InterpreterAssembler::BytecodeOffset() {
217 IntPtrAdd(BytecodeOffset(), operand_offset));
226 IntPtrAdd(BytecodeOffset(), operand_offset));
272 Node* array_offset = IntPtrAdd(BytecodeOffset(), offset);
295 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
311 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
331 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
346 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset)));
497 StoreRegister(SmiTag(BytecodeOffset()), Register::bytecode_offset());
928 Node* next_offset = IntPtrAdd(BytecodeOffset(), delta);
983 var_bytecode.Bind(LoadBytecode(BytecodeOffset()));
1016 return DispatchToBytecode(target_bytecode, BytecodeOffset());
1173 // Update profiling count by -BytecodeOffset to simulate backedge to start of
1177 BytecodeOffset());
1216 SmiTag(BytecodeOffset()), GetAccumulatorUnchecked());