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

  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
instruction.h 77 Instruction() : opcode_(SpvOpNop), type_id_(0), result_id_(0) {}
80 Instruction(SpvOp op) : opcode_(op), type_id_(0), result_id_(0) {}
89 uint32_t type_id() const { return type_id_; }
144 return (type_id_ != 0) + (result_id_ != 0);
148 uint32_t type_id_; // Result type id. A value of 0 means no result type id. member in class:spvtools::ir::Instruction
170 return opcode_ == SpvOpNop && type_id_ == 0 && result_id_ == 0 &&
176 type_id_ = result_id_ = 0;
instruction.cpp 39 type_id_(inst.type_id),
  /art/dexlayout/
dex_ir.h 831 TypeAddrPair(const TypeId* type_id, uint32_t address) : type_id_(type_id), address_(address) { }
833 const TypeId* GetTypeId() const { return type_id_; }
837 const TypeId* type_id_; // This can be nullptr. member in class:art::dex_ir::TypeAddrPair
    [all...]

Completed in 222 milliseconds