Lines Matching refs:BytecodeOffset
167 Node* InterpreterAssembler::BytecodeOffset() { in BytecodeOffset() function in v8::internal::interpreter::InterpreterAssembler
255 IntPtrAdd(BytecodeOffset(), operand_offset)); in BytecodeOperandUnsignedByte()
264 IntPtrAdd(BytecodeOffset(), operand_offset)); in BytecodeOperandSignedByte()
304 Node* array_offset = IntPtrAdd(BytecodeOffset(), offset); in BytecodeOperandReadUnaligned()
327 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset))); in BytecodeOperandUnsignedShort()
342 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset))); in BytecodeOperandSignedShort()
356 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset))); in BytecodeOperandUnsignedQuad()
370 IntPtrAdd(BytecodeOffset(), IntPtrConstant(operand_offset))); in BytecodeOperandSignedQuad()
514 StoreAndTagRegister(BytecodeOffset(), Register::bytecode_offset()); in SaveBytecodeOffset()
524 StoreAndTagRegister(BytecodeOffset(), Register::bytecode_offset()); in CallPrologue()
988 Node* next_offset = backward ? IntPtrSub(BytecodeOffset(), delta) in Advance()
989 : IntPtrAdd(BytecodeOffset(), delta); in Advance()
1047 var_bytecode.Bind(LoadBytecode(BytecodeOffset())); in StarDispatchLookahead()
1082 return DispatchToBytecode(target_bytecode, BytecodeOffset()); in Dispatch()
1245 TruncateWordToWord32(BytecodeOffset())); in UpdateInterruptBudgetOnReturn()
1304 SmiTag(BytecodeOffset()), GetAccumulatorUnchecked()); in TraceBytecode()