Searched refs:BytecodeOperandReadUnaligned (Results 1 – 2 of 2) sorted by relevance
267 compiler::Node* InterpreterAssembler::BytecodeOperandReadUnaligned( in BytecodeOperandReadUnaligned() function in v8::internal::interpreter::InterpreterAssembler329 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint16()); in BytecodeOperandUnsignedShort()344 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Int16()); in BytecodeOperandSignedShort()358 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint32()); in BytecodeOperandUnsignedQuad()372 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Int32()); in BytecodeOperandSignedQuad()
276 compiler::Node* BytecodeOperandReadUnaligned(int relative_offset,