Searched refs:BytecodeOperandReadUnaligned (Results 1 – 2 of 2) sorted by relevance
168 compiler::Node* InterpreterAssembler::BytecodeOperandReadUnaligned( in BytecodeOperandReadUnaligned() function in v8::internal::interpreter::InterpreterAssembler230 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint16()); in BytecodeOperandUnsignedShort()246 load = BytecodeOperandReadUnaligned(operand_offset, MachineType::Int16()); in BytecodeOperandSignedShort()266 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint32()); in BytecodeOperandUnsignedQuad()281 load = BytecodeOperandReadUnaligned(operand_offset, MachineType::Int32()); in BytecodeOperandSignedQuad()
201 compiler::Node* BytecodeOperandReadUnaligned(int relative_offset,