Home
last modified time | relevance | path

Searched refs:ExecutableType (Results 1 – 25 of 72) sorted by relevance

123

/external/zucchini/
Dimage_utils.h145 enum ExecutableType : uint32_t { enum
158 constexpr ExecutableType CastToExecutableType(uint32_t possible_exe_type) { in CastToExecutableType()
159 switch (static_cast<ExecutableType>(possible_exe_type)) { in CastToExecutableType()
170 return static_cast<ExecutableType>(possible_exe_type); in CastToExecutableType()
176 inline std::string CastExecutableTypeToString(ExecutableType exe_type) { in CastExecutableTypeToString()
187 constexpr Element(const BufferRegion& region_in, ExecutableType exe_type_in) in Element()
202 ExecutableType exe_type;
208 ExecutableType exe_type() const { return old_element.exe_type; } in exe_type()
Dzucchini_apply.h27 bool ApplyReferencesCorrection(ExecutableType exe_type,
34 bool ApplyElement(ExecutableType exe_type,
Ddisassembler_win32.h31 static constexpr ExecutableType kExeType = kExeTypeWin32X86;
45 static constexpr ExecutableType kExeType = kExeTypeWin32X64;
73 ExecutableType GetExeType() const override;
Delement_detection.h29 ExecutableType exe_type);
32 uint16_t DisassemblerVersionOfType(ExecutableType exe_type);
Ddisassembler_elf.h79 static constexpr ExecutableType kExeType = kExeTypeElfX86;
88 static constexpr ExecutableType kExeType = kExeTypeElfAArch32;
110 static constexpr ExecutableType kExeType = kExeTypeElfX64;
119 static constexpr ExecutableType kExeType = kExeTypeElfAArch64;
166 ExecutableType GetExeType() const override;
Dreference_bytes_mixer.h92 explicit ReferenceBytesMixerElfArm(ExecutableType exe_type);
111 const ExecutableType exe_type_;
Dreference_bytes_mixer.cc31 ExecutableType exe_type = src_dis.GetExeType(); in Create()
57 ReferenceBytesMixerElfArm::ReferenceBytesMixerElfArm(ExecutableType exe_type) in ReferenceBytesMixerElfArm()
/external/zucchini/aosp/include/components/zucchini/
Dimage_utils.h145 enum ExecutableType : uint32_t { enum
158 constexpr ExecutableType CastToExecutableType(uint32_t possible_exe_type) { in CastToExecutableType()
159 switch (static_cast<ExecutableType>(possible_exe_type)) { in CastToExecutableType()
170 return static_cast<ExecutableType>(possible_exe_type); in CastToExecutableType()
176 inline std::string CastExecutableTypeToString(ExecutableType exe_type) { in CastExecutableTypeToString()
187 constexpr Element(const BufferRegion& region_in, ExecutableType exe_type_in) in Element()
202 ExecutableType exe_type;
208 ExecutableType exe_type() const { return old_element.exe_type; } in exe_type()
Dzucchini_apply.h27 bool ApplyReferencesCorrection(ExecutableType exe_type,
34 bool ApplyElement(ExecutableType exe_type,
Ddisassembler_win32.h31 static constexpr ExecutableType kExeType = kExeTypeWin32X86;
45 static constexpr ExecutableType kExeType = kExeTypeWin32X64;
73 ExecutableType GetExeType() const override;
Delement_detection.h29 ExecutableType exe_type);
32 uint16_t DisassemblerVersionOfType(ExecutableType exe_type);
Ddisassembler_elf.h79 static constexpr ExecutableType kExeType = kExeTypeElfX86;
88 static constexpr ExecutableType kExeType = kExeTypeElfAArch32;
110 static constexpr ExecutableType kExeType = kExeTypeElfX64;
119 static constexpr ExecutableType kExeType = kExeTypeElfAArch64;
166 ExecutableType GetExeType() const override;
Dreference_bytes_mixer.h92 explicit ReferenceBytesMixerElfArm(ExecutableType exe_type);
111 const ExecutableType exe_type_;
/external/dagger2/java/dagger/hilt/android/processor/internal/
DMoreTypes.java29 import javax.lang.model.type.ExecutableType;
79 public static ExecutableType asExecutable(TypeMirror maybeExecutableType) {
83 private static final class ExecutableTypeVisitor extends CastingTypeVisitor<ExecutableType> {
91 public ExecutableType visitExecutable(ExecutableType type, Void ignore) {
126 ExecutableType methodType = asExecutable(method.asType());
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypesIsSubsignatureTest.java21 import javax.lang.model.type.ExecutableType;
48 (types, x, y) -> types.isSubsignature((ExecutableType) x, (ExecutableType) y)); in isSubsignature()
/external/dagger2/java/dagger/internal/codegen/binding/
DAssistedInjectionAnnotations.java55 import javax.lang.model.type.ExecutableType;
98 ExecutableType constructorType = in assistedParameterSpecs()
131 ExecutableType factoryMethodType = in assistedFactoryParameterSpecs()
174 ExecutableType factoryMethodType = asExecutable(types.asMemberOf(factoryType, factoryMethod)); in create()
194 public abstract ExecutableType factoryMethodType(); in factoryMethodType()
273 ExecutableType assistedInjectConstructorType = in assistedInjectAssistedParameters()
288 ExecutableElement factoryMethod, ExecutableType factoryMethodType) { in assistedFactoryAssistedParameters()
DMethodSignatureFormatter.java35 import javax.lang.model.type.ExecutableType;
76 ExecutableType executableType = MoreTypes.asExecutable(method.asType());
85 ExecutableElement method, ExecutableType methodType, TypeElement declaringType) {
DDependencyRequestFactory.java52 import javax.lang.model.type.ExecutableType;
143 ExecutableElement provisionMethod, ExecutableType provisionMethodType) { in forComponentProvisionMethod()
155 ExecutableElement productionMethod, ExecutableType productionMethodType) { in forComponentProductionMethod()
178 ExecutableElement membersInjectionMethod, ExecutableType membersInjectionMethodType) { in forComponentMembersInjectionMethod()
DDelegateDeclaration.java40 import javax.lang.model.type.ExecutableType;
76 ExecutableType resolvedMethod = in create()
DComponentCreatorDescriptor.java45 import javax.lang.model.type.ExecutableType;
169 ExecutableType resolvedMethodType = MoreTypes.asExecutable(types.asMemberOf(type, method)); in create()
186 ExecutableType resolvedFactoryMethodType = in create()
DMultibindingDeclaration.java39 import javax.lang.model.type.ExecutableType;
96 ExecutableType methodType, in forDeclaredMethod()
/external/dagger2/java/dagger/internal/codegen/componentgenerator/
DMethodSignature.java29 import javax.lang.model.type.ExecutableType;
44 ExecutableType methodType = in forComponentMethod()
/external/auto/common/src/main/java/com/google/auto/common/
DMoreTypes.java45 import javax.lang.model.type.ExecutableType;
217 public Boolean visitExecutable(ExecutableType a, EqualVisitorParam p) { in visitExecutable()
219 ExecutableType b = (ExecutableType) p.type; in visitExecutable()
317 if (equal && !(a instanceof ExecutableType)) { in equal()
406 public Integer visitExecutable(ExecutableType t, Set<Element> visiting) { in visitExecutable()
631 public static ExecutableType asExecutable(TypeMirror maybeExecutableType) { in asExecutable()
635 private static final class ExecutableTypeVisitor extends CastingTypeVisitor<ExecutableType> {
643 public ExecutableType visitExecutable(ExecutableType type, Void ignore) { in visitExecutable()
936 ExecutableType resolvedMethodOrConstructor = in asMemberOf()
/external/auto/factory/src/main/java/com/google/auto/factory/processor/
DElements2.java29 import javax.lang.model.type.ExecutableType;
65 static ExecutableType getExecutableElementAsMemberOf( in getExecutableElementAsMemberOf()
/external/dagger2/java/dagger/internal/codegen/langmodel/
DDaggerTypes.java40 import javax.lang.model.type.ExecutableType;
257 public ExecutableType resolveExecutableType(ExecutableElement element, TypeMirror containerType) {
289 public boolean isSubsignature(ExecutableType m1, ExecutableType m2) {

123