HomeSort by relevance Sort by last modified time
    Searched full:registertype (Results 1 - 8 of 8) 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/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
MethodAnalyzer.java 161 RegisterType.getRegisterType(RegisterType.Category.UninitThis,
165 RegisterType.getRegisterType(RegisterType.Category.Reference,
172 RegisterType[] parameterTypes = getParameterTypes(parameters, parameterRegisters);
174 RegisterType registerType = parameterTypes[i];
176 setPostRegisterTypeAndPropagateChanges(startOfMethod, registerNum, registerType);
180 RegisterType uninit = RegisterType.getRegisterType(RegisterType.Category.Uninit, null)
    [all...]
AnalyzedInstruction.java 63 protected final RegisterType[] preRegisterMap;
68 protected final RegisterType[] postRegisterMap;
87 this.postRegisterMap = new RegisterType[registerCount];
88 this.preRegisterMap = new RegisterType[registerCount];
89 RegisterType unknown = RegisterType.getRegisterType(RegisterType.Category.Unknown, null);
175 * @param registerType The register type
180 protected boolean mergeRegister(int registerNumber, RegisterType registerType, BitSet verifiedInstructions)
    [all...]
RegisterType.java 39 public class RegisterType {
40 private final static HashMap<RegisterType, RegisterType> internedRegisterTypes =
41 new HashMap<RegisterType, RegisterType>();
46 private RegisterType(Category category, ClassDef type) {
76 RegisterType that = (RegisterType) o;
182 public static RegisterType getRegisterTypeForType(String type) {
210 public static RegisterType getRegisterTypeForTypeIdItem(TypeIdItem typeIdItem)
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
PostInstructionRegisterInfoMethodItem.java 37 import org.jf.dexlib.Code.Analysis.RegisterType;
97 RegisterType registerType = analyzedInstruction.getPostInstructionRegisterType(registerNum);
102 if (registerType == null) {
105 registerType.writeTo(writer);
PreInstructionRegisterInfoMethodItem.java 37 import org.jf.dexlib.Code.Analysis.RegisterType;
147 RegisterType mergedRegisterType = analyzedInstruction.getPreInstructionRegisterType(registerNum);
179 RegisterType mergedRegisterType = analyzedInstruction.getPreInstructionRegisterType(registerNum);
183 RegisterType predecessorRegisterType = predecessor.getPostInstructionRegisterType(registerNum);
184 if (predecessorRegisterType.category != RegisterType.Category.Unknown &&
211 RegisterType predecessorRegisterType = predecessor.getPostInstructionRegisterType(registerNum);
251 RegisterType registerType = analyzedInstruction.getPreInstructionRegisterType(registerNum);
256 if (registerType == null) {
259 registerType.writeTo(writer)
    [all...]
  /external/protobuf/src/google/protobuf/
message.cc 202 void RegisterType(const Descriptor* descriptor, const Message* prototype);
245 void GeneratedMessageFactory::RegisterType(const Descriptor* descriptor,
313 GeneratedMessageFactory::singleton()->RegisterType(descriptor, prototype);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleXmlTransfer.java 66 private static final int TYPE_ID = registerType(TYPE_NAME);

Completed in 243 milliseconds