Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter-assembler.cc384 TNode<Word32T> InterpreterAssembler::BytecodeOperandReadUnaligned( in BytecodeOperandReadUnaligned() function in v8::internal::interpreter::InterpreterAssembler
450 BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint16())); in BytecodeOperandUnsignedShort()
468 BytecodeOperandReadUnaligned(operand_offset, MachineType::Int16())); in BytecodeOperandSignedShort()
485 BytecodeOperandReadUnaligned(operand_offset, MachineType::Uint32())); in BytecodeOperandUnsignedQuad()
502 BytecodeOperandReadUnaligned(operand_offset, MachineType::Int32())); in BytecodeOperandSignedQuad()
Dinterpreter-assembler.h339 TNode<Word32T> BytecodeOperandReadUnaligned(int relative_offset,