Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-builder.cc871 DCHECK(Bytecodes::SizeForUnsignedOperand(function_id) <= OperandSize::kShort); in CallRuntime()
898 DCHECK(Bytecodes::SizeForUnsignedOperand(function_id) <= OperandSize::kShort); in CallRuntimeForPair()
Dbytecode-array-writer.cc189 DCHECK_EQ(Bytecodes::SizeForUnsignedOperand(static_cast<uint32_t>(entry)), in PatchJumpWith8BitOperand()
Dbytecodes.h712 static OperandSize SizeForUnsignedOperand(uint32_t value) { in SizeForUnsignedOperand() function