Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-pipeline.h287 std::max(operand_scale_, Bytecodes::ScaleForUnsignedOperand(operand)); in NON_EXPORTED_BASE()
Dbytecodes.h701 static OperandScale ScaleForUnsignedOperand(uint32_t value) { in ScaleForUnsignedOperand() function