Lines Matching refs:operand_scale

29                                            OperandScale operand_scale)  in InterpreterAssembler()  argument
32 operand_scale_(operand_scale), in InterpreterAssembler()
246 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale())); in OperandOffset()
252 bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedByte()
261 bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedByte()
322 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedShort()
324 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedShort()
337 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedShort()
339 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedShort()
351 bytecode_, operand_index, operand_scale())); in BytecodeOperandUnsignedQuad()
353 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandUnsignedQuad()
365 bytecode_, operand_index, operand_scale())); in BytecodeOperandSignedQuad()
367 Bytecodes::GetOperandOffset(bytecode_, operand_index, operand_scale()); in BytecodeOperandSignedQuad()
414 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandCount()
422 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandFlag()
431 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandUImm()
443 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandImm()
459 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIdx()
472 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandReg()
481 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandRuntimeId()
490 Bytecodes::GetOperandSize(bytecode_, operand_index, operand_scale()); in BytecodeOperandIntrinsicId()
1115 void InterpreterAssembler::DispatchWide(OperandScale operand_scale) { in DispatchWide() argument
1132 switch (operand_scale) { in DispatchWide()