Searched refs:operand_count (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
D | bytecode-node.h | 27 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_() 36 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_() 47 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_() 59 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_() 73 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_() 88 DCHECK_EQ(Bytecodes::NumberOfOperands(bytecode), operand_count()); in bytecode_() 111 DCHECK_LT(i, operand_count()); in operand() 118 int operand_count() const { return operand_count_; } in operand_count() function 134 V8_INLINE BytecodeNode(Bytecode bytecode, int operand_count, 140 operand_count_(operand_count), in bytecode_() [all …]
|
D | bytecode-node.cc | 20 for (int i = 0; i < operand_count(); ++i) { in Print() 41 for (int i = 0; i < this->operand_count(); ++i) { in operator ==()
|
D | bytecode-array-writer.cc | 290 const int operand_count = node->operand_count(); in EmitBytecode() local 293 for (int i = 0; i < operand_count; ++i) { in EmitBytecode()
|
/third_party/node/deps/v8/src/deoptimizer/ |
D | translation-opcode.h | 55 #define CASE(name, operand_count) operand_count, in TranslationOpcodeOperandCount() argument
|
/third_party/node/deps/v8/src/compiler/backend/ |
D | register-allocator-verifier.cc | 79 const size_t operand_count = OperandCount(instr); in RegisterAllocatorVerifier() local 81 zone->NewArray<OperandConstraint>(operand_count); in RegisterAllocatorVerifier() 101 InstructionConstraint instr_constraint = {instr, operand_count, in RegisterAllocatorVerifier() 138 const size_t operand_count = instr_constraint.operand_constaints_size_; in VerifyAssignment() local 142 CHECK(operand_count == OperandCount(instr)); in VerifyAssignment()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-trace.cc | 79 int operand_count = interpreter::Bytecodes::NumberOfOperands(bytecode); in PrintRegisters() local 80 for (int operand_index = 0; operand_index < operand_count; operand_index++) { in PrintRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_mode_setting.cpp | 269 size_t operand_count = inst->operands().size(); in ValidateExecutionMode() local 270 for (size_t i = 2; i < operand_count; ++i) { in ValidateExecutionMode()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_mode_setting.cpp | 269 size_t operand_count = inst->operands().size(); in ValidateExecutionMode() local 270 for (size_t i = 2; i < operand_count; ++i) { in ValidateExecutionMode()
|
/third_party/spirv-tools/source/val/ |
D | validate_mode_setting.cpp | 338 size_t operand_count = inst->operands().size(); in ValidateExecutionMode() local 339 for (size_t i = 2; i < operand_count; ++i) { in ValidateExecutionMode()
|