Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-array-writer.cc370 DCHECK_EQ(Bytecodes::SizeForUnsignedOperand(static_cast<uint32_t>(entry)), in PatchJumpWith8BitOperand()
Dbytecode-array-builder.cc1470 DCHECK_LE(Bytecodes::SizeForUnsignedOperand(function_id), in CallRuntime()
1498 DCHECK_LE(Bytecodes::SizeForUnsignedOperand(function_id), in CallRuntimeForPair()
Dbytecodes.h1018 static OperandSize SizeForUnsignedOperand(uint32_t value) { in SizeForUnsignedOperand() function