Home
last modified time | relevance | path

Searched defs:registerCount (Results 1 – 25 of 34) sorted by relevance

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
DImmutableMethodImplementation.java49 protected final int registerCount; field in ImmutableMethodImplementation
54 public ImmutableMethodImplementation(int registerCount, in ImmutableMethodImplementation()
64 public ImmutableMethodImplementation(int registerCount, in ImmutableMethodImplementation()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction3rmi.java47 protected final int registerCount; field in BuilderInstruction3rmi
52 int registerCount, in BuilderInstruction3rmi()
DBuilderInstruction3rms.java48 protected final int registerCount; field in BuilderInstruction3rms
53 int registerCount, in BuilderInstruction3rms()
DBuilderInstruction3rc.java47 protected final int registerCount; field in BuilderInstruction3rc
53 int registerCount, in BuilderInstruction3rc()
DBuilderInstruction4rcc.java47 protected final int registerCount; field in BuilderInstruction4rcc
54 int registerCount, in BuilderInstruction4rcc()
DBuilderInstruction35ms.java45 protected final int registerCount; field in BuilderInstruction35ms
54 int registerCount, in BuilderInstruction35ms()
DBuilderInstruction35mi.java45 protected final int registerCount; field in BuilderInstruction35mi
54 int registerCount, in BuilderInstruction35mi()
DBuilderInstruction35c.java46 protected final int registerCount; field in BuilderInstruction35c
55 int registerCount, in BuilderInstruction35c()
DBuilderInstruction45cc.java46 protected final int registerCount; field in BuilderInstruction45cc
56 int registerCount, in BuilderInstruction45cc()
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
DRegisterFormatter.java42 public final int registerCount; field in RegisterFormatter
45 …public RegisterFormatter(@Nonnull BaksmaliOptions options, int registerCount, int parameterRegiste… in RegisterFormatter()
DPreInstructionRegisterInfoMethodItem.java67 int registerCount = analyzedInstruction.getRegisterCount(); in writeTo() local
147 private void addMergeRegs(BitSet registers, int registerCount) { in addMergeRegs()
169 private void addParamRegs(BitSet registers, int registerCount) { in addParamRegs()
DPostInstructionRegisterInfoMethodItem.java60 int registerCount = analyzedInstruction.getRegisterCount(); in writeTo() local
76 private void addDestRegs(BitSet printPostRegister, int registerCount) { in addDestRegs()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction3rmi.java45 protected final int registerCount; field in ImmutableInstruction3rmi
50 int registerCount, in ImmutableInstruction3rmi()
DImmutableInstruction3rms.java45 protected final int registerCount; field in ImmutableInstruction3rms
50 int registerCount, in ImmutableInstruction3rms()
DImmutableInstruction3rc.java48 protected final int registerCount; field in ImmutableInstruction3rc
54 int registerCount, in ImmutableInstruction3rc()
DImmutableInstruction35ms.java44 protected final int registerCount; field in ImmutableInstruction35ms
53 int registerCount, in ImmutableInstruction35ms()
DImmutableInstruction35mi.java44 protected final int registerCount; field in ImmutableInstruction35mi
53 int registerCount, in ImmutableInstruction35mi()
DImmutableInstruction35c.java47 protected final int registerCount; field in ImmutableInstruction35c
56 int registerCount, in ImmutableInstruction35c()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java57 private final int registerCount; field in MutableMethodImplementation
130 public MutableMethodImplementation(int registerCount) { in MutableMethodImplementation()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DPreconditions.java128 public static int check35cAnd45ccRegisterCount(int registerCount) { in check35cAnd45ccRegisterCount()
136 public static int checkRegisterRangeCount(int registerCount) { in checkRegisterRangeCount()
/external/angle/src/compiler/translator/
DResourcesHLSL.cpp180 void ResourcesHLSL::reserveUniformRegisters(unsigned int registerCount) in reserveUniformRegisters()
185 void ResourcesHLSL::reserveUniformBlockRegisters(unsigned int registerCount) in reserveUniformBlockRegisters()
252 unsigned int registerCount = HLSLVariableRegisterCount(*uniform, mOutputType); in assignUniformRegister() local
282 unsigned int registerCount = type.isArray() ? type.getArraySizeProduct() : 1u; in assignSamplerInStructUniformRegister() local
307 unsigned int registerCount; in outputHLSLSamplerUniformGroup() local
365 unsigned int registerCount = 0; in outputHLSLImageUniformIndices() local
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliRegistersStatement.java62 long registerCount = literal.getIntegralValue(); in getRegisterCount() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java68 …Instruction makeInstruction35c(@Nonnull Opcode opcode, int registerCount, int registerC, int regis… in makeInstruction35c()
70 Instruction makeInstruction3rc(@Nonnull Opcode opcode, int startRegister, int registerCount, in makeInstruction3rc()
/external/swiftshader/src/OpenGL/compiler/
DTypes.h342 int registerCount = 0; in samplerRegisterCount() local
360 int registerCount = 0; in elementRegisterCount() local
386 int registerCount = 0; in blockRegisterCount() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DAnalyzedInstruction.java104 int instructionIndex, int registerCount) { in AnalyzedInstruction()

12