Home
last modified time | relevance | path

Searched refs:RegisterType (Results 1 – 25 of 90) sorted by relevance

1234

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java122 …public RegisterType getPredecessorRegisterType(@Nonnull AnalyzedInstruction predecessor, int regis… in MethodAnalyzer()
156 RegisterType.getRegisterType(RegisterType.UNINIT_THIS, in analyze()
160 RegisterType.getRegisterType(RegisterType.REFERENCE, in analyze()
169 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null); in analyze()
291 RegisterType.getWideRegisterType(parameter, true)); in propagateParameterTypes()
293 RegisterType.getWideRegisterType(parameter, false)); in propagateParameterTypes()
296 RegisterType.getRegisterType(classPath, parameter)); in propagateParameterTypes()
330 @Nonnull RegisterType registerType) {
355 int registerNumber, @Nonnull RegisterType registerType) {
367 if (registerType.category == RegisterType.LONG_LO) {
[all …]
DAnalyzedInstruction.java83 protected final RegisterType[] preRegisterMap;
89 protected final RegisterType[] postRegisterMap;
95 protected Map<PredecessorOverrideKey, RegisterType> predecessorRegisterOverrides = null;
109 this.postRegisterMap = new RegisterType[registerCount]; in AnalyzedInstruction()
110 this.preRegisterMap = new RegisterType[registerCount]; in AnalyzedInstruction()
111 RegisterType unknown = RegisterType.getRegisterType(RegisterType.UNKNOWN, null); in AnalyzedInstruction()
130 …public RegisterType getPredecessorRegisterType(@Nonnull AnalyzedInstruction predecessor, int regis… in getPredecessorRegisterType()
132 RegisterType override = predecessorRegisterOverrides.get( in getPredecessorRegisterType()
204 …protected boolean mergeRegister(int registerNumber, RegisterType registerType, BitSet verifiedInst… in mergeRegister()
209 RegisterType oldRegisterType = preRegisterMap[registerNumber]; in mergeRegister()
[all …]
DRegisterType.java42 public class RegisterType { class
46 private RegisterType(byte category, @Nullable TypeProto type) { in RegisterType() method in RegisterType
74 RegisterType that = (RegisterType) o; in equals()
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);
180 public static final RegisterType ONE_TYPE = new RegisterType(ONE, null);
181 public static final RegisterType BOOLEAN_TYPE = new RegisterType(BOOLEAN, null);
182 public static final RegisterType BYTE_TYPE = new RegisterType(BYTE, null);
183 public static final RegisterType POS_BYTE_TYPE = new RegisterType(POS_BYTE, null);
[all …]
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliCodeFragmentFactory.java55 import org.jf.dexlib2.analysis.RegisterType;
151 RegisterType registerType = analyzedInstruction.getPreInstructionRegisterType(i);
153 case RegisterType.UNKNOWN:
154 case RegisterType.UNINIT:
155 case RegisterType.CONFLICTED:
156 case RegisterType.LONG_HI:
157 case RegisterType.DOUBLE_HI:
159 case RegisterType.NULL:
160 case RegisterType.ONE:
161 case RegisterType.INTEGER:
[all …]
/external/gemmlowp/internal/
Doutput.h78 using RegisterType = typename InputType::RegisterType;
79 const RegisterType result_offset =
80 Dup<RegisterType>(output_stage.result_offset);
134 using RegisterType = typename InputType::RegisterType;
135 const RegisterType result_offset_after_shift =
136 Dup<RegisterType>(output_stage.result_offset_after_shift);
138 const RegisterType mulhigh_val = SaturatingRoundingDoublingHighMul(
165 using RegisterType = typename InputType::RegisterType;
166 const RegisterType result_offset_after_shift =
167 Dup<RegisterType>(output_stage.result_offset_after_shift);
[all …]
Dsimd_wrappers.h28 struct RegisterType { struct
48 using RegisterType = typename RegisterType<ScalarType, kScalarCount>::Type; member
51 static_assert(sizeof(RegisterType) % sizeof(ScalarType) == 0, "");
53 sizeof(RegisterType) / sizeof(ScalarType);
55 (kScalarCount * sizeof(ScalarType) + sizeof(RegisterType) - 1) /
56 sizeof(RegisterType);
58 RegisterType reg[kRegisterCount];
68 using RegisterType = typename BufferType::RegisterType; member
622 using RegisterType = typename RegisterBlockType::RegisterType;
623 const RegisterType dup = Dup<RegisterType>(ConstantValue);
Dsimd_wrappers_sse.h29 struct RegisterType<std::int32_t, ScalarCount> {
35 struct RegisterType<std::int16_t, ScalarCount> {
41 struct RegisterType<std::uint8_t, ScalarCount> {
Dsimd_wrappers_msa.h29 struct RegisterType<std::int32_t, ScalarCount> {
35 struct RegisterType<std::int16_t, ScalarCount> {
40 struct RegisterType<std::uint8_t, ScalarCount> {
/external/google-breakpad/src/processor/
Dcfi_frame_info-inl.h43 template <typename RegisterType, class RawContextType>
44 bool SimpleCFIWalker<RegisterType, RawContextType>::FindCallerRegisters( in FindCallerRegisters()
51 typedef CFIFrameInfo::RegisterValueMap<RegisterType> ValueMap; in FindCallerRegisters()
65 if (!cfi_frame_info.FindCallerRegs<RegisterType>(callee_registers, memory, in FindCallerRegisters()
Dcfi_frame_info.h209 template <typename RegisterType, class RawContextType>
236 RegisterType RawContextType::*context_member;
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go429 proto.RegisterType((*DoubleValue)(nil), "google.protobuf.DoubleValue")
430 proto.RegisterType((*FloatValue)(nil), "google.protobuf.FloatValue")
431 proto.RegisterType((*Int64Value)(nil), "google.protobuf.Int64Value")
432 proto.RegisterType((*UInt64Value)(nil), "google.protobuf.UInt64Value")
433 proto.RegisterType((*Int32Value)(nil), "google.protobuf.Int32Value")
434 proto.RegisterType((*UInt32Value)(nil), "google.protobuf.UInt32Value")
435 proto.RegisterType((*BoolValue)(nil), "google.protobuf.BoolValue")
436 proto.RegisterType((*StringValue)(nil), "google.protobuf.StringValue")
437 proto.RegisterType((*BytesValue)(nil), "google.protobuf.BytesValue")
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DPreInstructionRegisterInfoMethodItem.java34 import org.jf.dexlib2.analysis.RegisterType;
156RegisterType mergedRegisterType = analyzedInstruction.getPreInstructionRegisterType(registerNum); in addMergeRegs()
159RegisterType predecessorRegisterType = analyzedInstruction.getPredecessorRegisterType( in addMergeRegs()
161 if (predecessorRegisterType.category != RegisterType.UNKNOWN && in addMergeRegs()
183 RegisterType predecessorRegisterType = analyzedInstruction.getPredecessorRegisterType( in writeFullMerge()
231RegisterType registerType = analyzedInstruction.getPreInstructionRegisterType(registerNum); in writeRegisterInfo()
DPostInstructionRegisterInfoMethodItem.java33 import org.jf.dexlib2.analysis.RegisterType;
93RegisterType registerType = analyzedInstruction.getPostInstructionRegisterType(registerNum); in writeRegisterInfo()
/external/golang-protobuf/protoc-gen-go/testdata/extension_user/
Dextension_user.pb.go354 proto.RegisterType((*UserMessage)(nil), "extension_user.UserMessage")
356 proto.RegisterType((*LoudMessage)(nil), "extension_user.LoudMessage")
358 proto.RegisterType((*LoginMessage)(nil), "extension_user.LoginMessage")
359 proto.RegisterType((*Detail)(nil), "extension_user.Detail")
361 proto.RegisterType((*Announcement)(nil), "extension_user.Announcement")
363 proto.RegisterType((*OldStyleParcel)(nil), "extension_user.OldStyleParcel")
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2692 proto.RegisterType((*FileDescriptorSet)(nil), "google.protobuf.FileDescriptorSet")
2693 proto.RegisterType((*FileDescriptorProto)(nil), "google.protobuf.FileDescriptorProto")
2694 proto.RegisterType((*DescriptorProto)(nil), "google.protobuf.DescriptorProto")
2695 …proto.RegisterType((*DescriptorProto_ExtensionRange)(nil), "google.protobuf.DescriptorProto.Extens…
2696 …proto.RegisterType((*DescriptorProto_ReservedRange)(nil), "google.protobuf.DescriptorProto.Reserve…
2697 proto.RegisterType((*ExtensionRangeOptions)(nil), "google.protobuf.ExtensionRangeOptions")
2698 proto.RegisterType((*FieldDescriptorProto)(nil), "google.protobuf.FieldDescriptorProto")
2699 proto.RegisterType((*OneofDescriptorProto)(nil), "google.protobuf.OneofDescriptorProto")
2700 proto.RegisterType((*EnumDescriptorProto)(nil), "google.protobuf.EnumDescriptorProto")
2701 …proto.RegisterType((*EnumDescriptorProto_EnumReservedRange)(nil), "google.protobuf.EnumDescriptorP…
[all …]
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go4481 proto.RegisterType((*GoEnum)(nil), "test_proto.GoEnum")
4482 proto.RegisterType((*GoTestField)(nil), "test_proto.GoTestField")
4483 proto.RegisterType((*GoTest)(nil), "test_proto.GoTest")
4484 proto.RegisterType((*GoTest_RequiredGroup)(nil), "test_proto.GoTest.RequiredGroup")
4485 proto.RegisterType((*GoTest_RepeatedGroup)(nil), "test_proto.GoTest.RepeatedGroup")
4486 proto.RegisterType((*GoTest_OptionalGroup)(nil), "test_proto.GoTest.OptionalGroup")
4487 proto.RegisterType((*GoTestRequiredGroupField)(nil), "test_proto.GoTestRequiredGroupField")
4488 …proto.RegisterType((*GoTestRequiredGroupField_Group)(nil), "test_proto.GoTestRequiredGroupField.Gr…
4489 proto.RegisterType((*GoSkipTest)(nil), "test_proto.GoSkipTest")
4490 proto.RegisterType((*GoSkipTest_SkipGroup)(nil), "test_proto.GoSkipTest.SkipGroup")
[all …]
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go320 proto.RegisterType((*Simple3)(nil), "jsonpb.Simple3")
321 proto.RegisterType((*SimpleSlice3)(nil), "jsonpb.SimpleSlice3")
322 proto.RegisterType((*SimpleMap3)(nil), "jsonpb.SimpleMap3")
324 proto.RegisterType((*SimpleNull3)(nil), "jsonpb.SimpleNull3")
325 proto.RegisterType((*Mappy)(nil), "jsonpb.Mappy")
Dtest_objects.pb.go1156 proto.RegisterType((*Simple)(nil), "jsonpb.Simple")
1157 proto.RegisterType((*NonFinites)(nil), "jsonpb.NonFinites")
1158 proto.RegisterType((*Repeats)(nil), "jsonpb.Repeats")
1159 proto.RegisterType((*Widget)(nil), "jsonpb.Widget")
1160 proto.RegisterType((*Maps)(nil), "jsonpb.Maps")
1163 proto.RegisterType((*MsgWithOneof)(nil), "jsonpb.MsgWithOneof")
1164 proto.RegisterType((*Real)(nil), "jsonpb.Real")
1166 proto.RegisterType((*Complex)(nil), "jsonpb.Complex")
1167 proto.RegisterType((*KnownTypes)(nil), "jsonpb.KnownTypes")
1168 proto.RegisterType((*MsgWithRequired)(nil), "jsonpb.MsgWithRequired")
[all …]
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go1004 proto.RegisterType((*Request)(nil), "my.test.Request")
1007 proto.RegisterType((*Request_SomeGroup)(nil), "my.test.Request.SomeGroup")
1008 proto.RegisterType((*Reply)(nil), "my.test.Reply")
1009 proto.RegisterType((*Reply_Entry)(nil), "my.test.Reply.Entry")
1010 proto.RegisterType((*OtherBase)(nil), "my.test.OtherBase")
1014 proto.RegisterType((*ReplyExtensions)(nil), "my.test.ReplyExtensions")
1015 proto.RegisterType((*OtherReplyExtensions)(nil), "my.test.OtherReplyExtensions")
1016 proto.RegisterType((*OldReply)(nil), "my.test.OldReply")
1017 proto.RegisterType((*Communique)(nil), "my.test.Communique")
1018 proto.RegisterType((*Communique_SomeGroup)(nil), "my.test.Communique.SomeGroup")
[all …]
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.go332 proto.RegisterType((*Version)(nil), "google.protobuf.compiler.Version")
333 proto.RegisterType((*CodeGeneratorRequest)(nil), "google.protobuf.compiler.CodeGeneratorRequest")
334 proto.RegisterType((*CodeGeneratorResponse)(nil), "google.protobuf.compiler.CodeGeneratorResponse")
335 …proto.RegisterType((*CodeGeneratorResponse_File)(nil), "google.protobuf.compiler.CodeGeneratorResp…
/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go502 proto.RegisterType((*Message)(nil), "proto3_proto.Message")
506 proto.RegisterType((*Nested)(nil), "proto3_proto.Nested")
507 proto.RegisterType((*MessageWithMap)(nil), "proto3_proto.MessageWithMap")
509 proto.RegisterType((*IntMap)(nil), "proto3_proto.IntMap")
511 proto.RegisterType((*IntMaps)(nil), "proto3_proto.IntMaps")
512 proto.RegisterType((*TestUTF8)(nil), "proto3_proto.TestUTF8")
/external/vixl/src/aarch64/
Doperands-aarch64.h53 CPURegList(CPURegister::RegisterType type, unsigned size, RegList list) in CPURegList()
58 CPURegList(CPURegister::RegisterType type, in CPURegList()
76 static CPURegList Empty(CPURegister::RegisterType type,
84 static CPURegList All(CPURegister::RegisterType type,
95 CPURegister::RegisterType GetType() const { in GetType()
99 VIXL_DEPRECATED("GetType", CPURegister::RegisterType type() const) {
270 static unsigned GetDefaultSizeFor(CPURegister::RegisterType type, in GetDefaultSizeFor()
283 CPURegister::RegisterType type_;
/external/golang-protobuf/ptypes/struct/
Dstruct.pb.go299 proto.RegisterType((*Struct)(nil), "google.protobuf.Struct")
301 proto.RegisterType((*Value)(nil), "google.protobuf.Value")
302 proto.RegisterType((*ListValue)(nil), "google.protobuf.ListValue")
/external/golang-protobuf/protoc-gen-go/testdata/extension_base/
Dextension_base.pb.go114 proto.RegisterType((*BaseMessage)(nil), "extension_base.BaseMessage")
115 proto.RegisterType((*OldStyleMessage)(nil), "extension_base.OldStyleMessage")
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/
Dm1.pb.go117 proto.RegisterType((*M1)(nil), "test.a.M1")
118 proto.RegisterType((*M1_1)(nil), "test.a.M1_1")

1234