HomeSort by relevance Sort by last modified time
    Searched defs:operands_ (Results 1 - 5 of 5) sorted by null

  /external/v8/src/interpreter/
bytecode-pipeline.cc 21 os << ' ' << std::setw(8) << std::setfill('0') << std::hex << operands_[i]; local
bytecode-pipeline.h 240 return operands_[i];
242 const uint32_t* operands() const { return operands_; }
270 operands_[0] = operand0;
271 operands_[1] = operand1;
272 operands_[2] = operand2;
273 operands_[3] = operand3;
362 operands_[operand_index] = operand;
367 uint32_t operands_[Bytecodes::kMaxOperands]; member in class:v8::internal::interpreter::final
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.h 100 return static_cast<uint32_t>(operands_.size());
117 return static_cast<uint32_t>(operands_.size() - TypeResultIdCount());
151 std::vector<Operand> operands_; member in class:spvtools::ir::Instruction
159 assert(index < operands_.size() && "operand index out of bound");
160 return operands_[index];
165 assert(index < operands_.size() && "operand index out of bound");
166 operands_[index].words = std::move(data);
171 operands_.empty();
177 operands_.clear();
  /system/core/libunwindstack/
DwarfCfa.h 98 std::vector<AddressType> operands_; member in class:unwindstack::DwarfCfa
DwarfOp.h 84 AddressType OperandAt(size_t index) { return operands_[index]; }
85 size_t OperandsSize() { return operands_.size(); }
101 std::vector<AddressType> operands_; member in class:unwindstack::DwarfOp
    [all...]

Completed in 353 milliseconds