Home
last modified time | relevance | path

Searched refs:FromOperand (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-register.h59 static Register FromOperand(int32_t operand) { in FromOperand() function
Dbytecode-register-optimizer.h166 return Register::FromOperand(static_cast<int32_t>(operand)); in NON_EXPORTED_BASE()
Dbytecode-decoder.cc24 return Register::FromOperand(operand); in DecodeRegisterOperand()
/external/v8/src/objects/
Dcode-inl.h639 return interpreter::Register::FromOperand(register_operand); in incoming_new_target_or_generator_register()