Home
last modified time | relevance | path

Searched refs:BytecodeOperandReadUnaligned (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter-assembler.cc377 Node* InterpreterAssembler::BytecodeOperandReadUnaligned( in BytecodeOperandReadUnaligned() function in v8::internal::interpreter::InterpreterAssembler
443 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint16(), in BytecodeOperandUnsignedShort()
461 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Int16(), in BytecodeOperandSignedShort()
478 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint32(), in BytecodeOperandUnsignedQuad()
495 return BytecodeOperandReadUnaligned(operand_offset, MachineType::Int32(), in BytecodeOperandSignedQuad()
Dinterpreter-assembler.h326 compiler::Node* BytecodeOperandReadUnaligned(