Home
last modified time | relevance | path

Searched refs:ToWideOperand (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-array-builder.cc379 Output(Bytecode::kExchange, reg0.ToOperand(), reg1.ToWideOperand()); in ExchangeRegisters()
381 Output(Bytecode::kExchange, reg1.ToOperand(), reg0.ToWideOperand()); in ExchangeRegisters()
383 Output(Bytecode::kExchangeWide, reg0.ToWideOperand(), reg1.ToWideOperand()); in ExchangeRegisters()
Dbytecodes.cc422 uint16_t Register::ToWideOperand() const { in ToWideOperand() function in v8::internal::interpreter::Register
Dbytecodes.h302 uint16_t ToWideOperand() const;