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

  /external/openfst/src/include/fst/
generic-register.h 40 template<class KeyType, class EntryType, class RegisterType>
46 static RegisterType *GetRegister() {
48 &RegisterType::Init);
116 register_ = new RegisterType;
121 static RegisterType *register_;
126 template<class KeyType, class EntryType, class RegisterType>
128 RegisterType>::register_init_ = FST_ONCE_INIT;
130 template<class KeyType, class EntryType, class RegisterType>
131 Mutex *GenericRegister<KeyType, EntryType, RegisterType>::register_lock_ = 0;
133 template<class KeyType, class EntryType, class RegisterType>
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
AnalyzedInstruction.java 66 protected final RegisterType[] preRegisterMap;
71 protected final RegisterType[] postRegisterMap;
83 this.postRegisterMap = new RegisterType[registerCount];
84 this.preRegisterMap = new RegisterType[registerCount];
85 RegisterType unknown = RegisterType.getRegisterType(RegisterType.UNKNOWN, null);
167 * @param registerType The register type
172 protected boolean mergeRegister(int registerNumber, RegisterType registerType, BitSet verifiedInstructions)
    [all...]
MethodAnalyzer.java 157 RegisterType.getRegisterType(RegisterType.UNINIT_THIS,
161 RegisterType.getRegisterType(RegisterType.REFERENCE,
170 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null);
292 RegisterType.getWideRegisterType(parameter, true));
294 RegisterType.getWideRegisterType(parameter, false));
297 RegisterType.getRegisterType(classPath, parameter))
    [all...]
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...]
  /external/chromium_org/components/sync_driver/
non_blocking_data_type_manager.h 43 void RegisterType(syncer::ModelType type, bool preferred);
65 // RegisterType.
non_blocking_data_type_manager.cc 19 void NonBlockingDataTypeManager::RegisterType(
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PostInstructionRegisterInfoMethodItem.java 33 import org.jf.dexlib2.analysis.RegisterType;
93 RegisterType registerType = analyzedInstruction.getPostInstructionRegisterType(registerNum);
97 registerType.writeTo(writer);
PreInstructionRegisterInfoMethodItem.java 34 import org.jf.dexlib2.analysis.RegisterType;
156 RegisterType mergedRegisterType = analyzedInstruction.getPreInstructionRegisterType(registerNum);
159 RegisterType predecessorRegisterType = predecessor.getPostInstructionRegisterType(registerNum);
160 if (predecessorRegisterType.category != RegisterType.UNKNOWN &&
182 RegisterType predecessorRegisterType = predecessor.getPostInstructionRegisterType(registerNum);
229 RegisterType registerType = analyzedInstruction.getPreInstructionRegisterType(registerNum);
234 registerType.writeTo(writer);
  /external/protobuf/src/google/protobuf/
message.cc 203 void RegisterType(const Descriptor* descriptor, const Message* prototype);
246 void GeneratedMessageFactory::RegisterType(const Descriptor* descriptor,
314 GeneratedMessageFactory::singleton()->RegisterType(descriptor, prototype);
  /external/chromium_org/third_party/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/chromium_org/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...]
macro-assembler-arm64.h 586 CPURegister::RegisterType type = CPURegister::kRegister) {
590 CPURegister::RegisterType type = CPURegister::kRegister) {
    [all...]
assembler-arm64-inl.h 45 inline CPURegister::RegisterType CPURegister::type() const {
    [all...]
  /external/vixl/src/a64/
assembler-a64.h 52 enum RegisterType {
66 CPURegister(unsigned code, unsigned size, RegisterType type)
76 RegisterType type() const {
182 RegisterType type_;
318 inline CPURegList(CPURegister::RegisterType type, unsigned size, RegList list)
323 inline CPURegList(CPURegister::RegisterType type, unsigned size,
336 inline CPURegister::RegisterType type() const {
452 CPURegister::RegisterType type_;
    [all...]
macro-assembler-a64.h 265 CPURegister::RegisterType type = CPURegister::kRegister) {
269 CPURegister::RegisterType type = CPURegister::kRegister) {
    [all...]
  /external/chromium_org/chrome/browser/sync/
profile_sync_service.cc 419 non_blocking_data_type_manager_.RegisterType(type, false);
    [all...]

Completed in 623 milliseconds