HomeSort by relevance Sort by last modified time
    Searched refs:operand_size (Results 1 - 12 of 12) sorted by null

  /external/v8/src/interpreter/
constant-array-builder.cc 135 size_t ConstantArrayBuilder::CommitReservedEntry(OperandSize operand_size,
137 DiscardReservedEntry(operand_size);
143 if (operand_size == OperandSize::kByte &&
153 DCHECK(operand_size == OperandSize::kShort || index < idx8_slice_.capacity());
159 void ConstantArrayBuilder::DiscardReservedEntry(OperandSize operand_size) {
160 switch (operand_size) {
constant-array-builder.h 55 size_t CommitReservedEntry(OperandSize operand_size, Handle<Object> object);
58 void DiscardReservedEntry(OperandSize operand_size);
bytecodes.cc 44 const char* Bytecodes::OperandSizeToString(OperandSize operand_size) {
45 switch (operand_size) {
341 std::ostream& operator<<(std::ostream& os, const OperandSize& operand_size) {
342 return os << Bytecodes::OperandSizeToString(operand_size);
bytecodes.h 340 // Returns string representation of |operand_size|.
341 static const char* OperandSizeToString(OperandSize operand_size);
  /external/v8/test/unittests/interpreter/
constant-array-builder-unittest.cc 51 OperandSize operand_size = builder.CreateReservedEntry(); local
52 CHECK(operand_size == OperandSize::kByte);
102 OperandSize operand_size = builder.CreateReservedEntry(); local
103 CHECK(operand_size == OperandSize::kByte);
127 OperandSize operand_size = builder.CreateReservedEntry(); local
128 CHECK(operand_size == OperandSize::kShort);
136 OperandSize operand_size = builder.CreateReservedEntry(); local
137 CHECK(operand_size == OperandSize::kShort);
139 builder.CommitReservedEntry(operand_size, object);
143 OperandSize operand_size = builder.CreateReservedEntry() local
173 OperandSize operand_size = builder.CreateReservedEntry(); local
200 OperandSize operand_size = builder.CreateReservedEntry(); local
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 410 OperandSize operand_size() { function in class:disasm::DisassemblerX64
418 return "bwlq"[operand_size()];
721 byte_size_immediate ? OPERAND_BYTE_SIZE : operand_size();
766 count += PrintImmediate(data + 1 + count, operand_size());
    [all...]
macro-assembler-x64.h     [all...]
assembler-x64.h 393 int operand_size() const { return len_; }
    [all...]
  /external/v8/src/arm/
simulator-arm.h 287 int operand_size,
simulator-arm.cc 1655 int operand_size = (precision == kSinglePrecision) ? 4 : 8; local
    [all...]
  /external/v8/src/ppc/
simulator-ppc.h 275 void ProcessPUW(Instruction* instr, int num_regs, int operand_size,
  /external/google-breakpad/src/third_party/libdisasm/swig/
libdisasm.i 54 %rename(operand_size) x86_operand_size;

Completed in 351 milliseconds