Home
last modified time | relevance | path

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

/external/v8/test/unittests/interpreter/
Dbytecodes-unittest.cc43 std::vector<uint8_t> operand_count(256); in TEST() local
48 operand_count[operand] += 1; in TEST()
49 CHECK_EQ(operand_count[operand], 1); in TEST()
56 operand_count[operand] += 1; in TEST()
57 CHECK_EQ(operand_count[operand], 1); in TEST()
/external/google-breakpad/src/third_party/libdisasm/
Dx86_operand_list.c14 insn->operand_count = 1; in x86_oplist_append()
29 insn->operand_count = insn->operand_count + 1; in x86_oplist_append()
62 insn->operand_count = 0; in x86_oplist_free()
159 return insn->operand_count; in x86_operand_count()
Dlibdis.h517 size_t operand_count; /* total number of operands */ member
/external/v8/src/compiler/
Dregister-allocator-verifier.cc87 const size_t operand_count = OperandCount(instr); in RegisterAllocatorVerifier() local
88 auto* op_constraints = zone->NewArray<OperandConstraint>(operand_count); in RegisterAllocatorVerifier()
107 InstructionConstraint instr_constraint = {instr, operand_count, in RegisterAllocatorVerifier()
121 const size_t operand_count = instr_constraint.operand_constaints_size_; in VerifyAssignment() local
124 CHECK(operand_count == OperandCount(instr)); in VerifyAssignment()
/external/google-breakpad/src/third_party/libdisasm/swig/
Dlibdisasm_oop.i490 size_t operand_count; member
/external/v8/src/crankshaft/
Dhydrogen-instructions.h1000 void ensure_storage_for_operand_positions(Zone* zone, int operand_count) { in ensure_storage_for_operand_positions() argument
1005 const int length = kFirstOperandPosIndex + operand_count; in ensure_storage_for_operand_positions()