Home
last modified time | relevance | path

Searched refs:operand_count (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-node.h27 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 …]
Dbytecode-node.cc20 for (int i = 0; i < operand_count(); ++i) { in Print()
41 for (int i = 0; i < this->operand_count(); ++i) { in operator ==()
Dbytecode-array-writer.cc290 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/
Dtranslation-opcode.h55 #define CASE(name, operand_count) operand_count, in TranslationOpcodeOperandCount() argument
/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator-verifier.cc79 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/
Druntime-trace.cc79 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/
Dvalidate_mode_setting.cpp269 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/
Dvalidate_mode_setting.cpp269 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/
Dvalidate_mode_setting.cpp338 size_t operand_count = inst->operands().size(); in ValidateExecutionMode() local
339 for (size_t i = 2; i < operand_count; ++i) { in ValidateExecutionMode()