Searched defs:operand_count (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/interpreter/ |
D | bytecode-pipeline.h | 176 int operand_count() const { return Bytecodes::NumberOfOperands(bytecode_); } in operand_count() function
|
D | bytecode-register-optimizer.cc | 564 int index, Bytecode bytecode, const uint32_t* operands, int operand_count) { in GetRegisterInputOperand() 573 int index, Bytecode bytecode, const uint32_t* operands, int operand_count) { in GetRegisterOutputOperand()
|
D | bytecode-array-builder.cc | 680 Bytecode bytecode, int operand_count, uint32_t operand0, uint32_t operand1, in OperandsAreValid()
|
/external/v8/src/runtime/ |
D | runtime-interpreter.cc | 72 int operand_count = interpreter::Bytecodes::NumberOfOperands(bytecode); in PrintRegisters() local
|
/external/v8/src/compiler/ |
D | register-allocator-verifier.cc | 63 const size_t operand_count = OperandCount(instr); in RegisterAllocatorVerifier() local 122 const size_t operand_count = instr_constraint.operand_constaints_size_; in VerifyAssignment() local
|
/external/v8/test/unittests/interpreter/ |
D | bytecodes-unittest.cc | 58 std::vector<uint8_t> operand_count(range); in TEST() local
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | libdis.h | 517 size_t operand_count; /* total number of operands */ member
|
/external/google-breakpad/src/third_party/libdisasm/swig/ |
D | libdisasm_oop.i | 490 size_t operand_count; member
|
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 981 void ensure_storage_for_operand_positions(Zone* zone, int operand_count) { in ensure_storage_for_operand_positions()
|