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

  /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);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
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...]
MethodAnalyzer.java 156 RegisterType.getRegisterType(RegisterType.Category.UninitThis,
160 RegisterType.getRegisterType(RegisterType.Category.Reference,
167 RegisterType[] parameterTypes = getParameterTypes(parameters, parameterRegisters);
169 RegisterType registerType = parameterTypes[i];
171 setPostRegisterTypeAndPropagateChanges(startOfMethod, registerNum, registerType);
175 RegisterType uninit = RegisterType.getRegisterType(RegisterType.Category.Uninit, null)
    [all...]

Completed in 89 milliseconds