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

  /external/vixl/src/vixl/a64/
assembler-a64.h 52 enum RegisterType {
67 CPURegister(unsigned code, unsigned size, RegisterType type)
77 RegisterType type() const {
228 RegisterType type_;
463 CPURegList(CPURegister::RegisterType type, unsigned size, RegList list)
468 CPURegList(CPURegister::RegisterType type, unsigned size,
481 CPURegister::RegisterType type() const {
630 CPURegister::RegisterType type_;
    [all...]
  /external/v8/src/arm64/
assembler-arm64.h 42 enum RegisterType {
51 static CPURegister Create(unsigned code, unsigned size, RegisterType type) {
57 RegisterType type() const;
90 RegisterType reg_type;
458 CPURegList(CPURegister::RegisterType type, unsigned size, RegList list)
463 CPURegList(CPURegister::RegisterType type, unsigned size,
476 CPURegister::RegisterType type() const {
573 CPURegister::RegisterType type_;
    [all...]
  /external/protobuf/src/google/protobuf/
message.cc 241 void RegisterType(const Descriptor* descriptor, const Message* prototype);
284 void GeneratedMessageFactory::RegisterType(const Descriptor* descriptor,
353 GeneratedMessageFactory::singleton()->RegisterType(descriptor, prototype);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
RegisterType.java 42 public class RegisterType {
46 private RegisterType(byte category, @Nullable TypeProto type) {
74 RegisterType that = (RegisterType) o;
177 public static final RegisterType UNKNOWN_TYPE = new RegisterType(UNKNOWN, null);
178 public static final RegisterType UNINIT_TYPE = new RegisterType(UNINIT, null);
179 public static final RegisterType NULL_TYPE = new RegisterType(NULL, null)
    [all...]

Completed in 122 milliseconds