Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter-assembler.cc397 TNode<Word32T> InterpreterAssembler::BytecodeOperandReadUnaligned( in BytecodeOperandReadUnaligned() function in v8::internal::interpreter::InterpreterAssembler
465 return UncheckedCast<Uint16T>(BytecodeOperandReadUnaligned( in BytecodeOperandUnsignedShort()
484 return UncheckedCast<Int16T>(BytecodeOperandReadUnaligned( in BytecodeOperandSignedShort()
502 return UncheckedCast<Uint32T>(BytecodeOperandReadUnaligned( in BytecodeOperandUnsignedQuad()
520 return UncheckedCast<Int32T>(BytecodeOperandReadUnaligned( in BytecodeOperandSignedQuad()
Dinterpreter-assembler.h305 TNode<Word32T> BytecodeOperandReadUnaligned(