Searched refs:getLocalType (Results 1 – 21 of 21) sorted by relevance
289 assertEquals(Type.FLOAT_TYPE, generator.getLocalType(local)); in testNewLocal()310 assertEquals(Type.INT_TYPE, generator.getLocalType(local)); in testLoadLocal_withType()331 assertEquals(Type.INT_TYPE, generator.getLocalType(local)); in testStoreLocal_withType()939 public Type getLocalType(final int local) { in getLocalType() method in GeneratorAdapterTest.Generator940 return generatorAdapter.getLocalType(local); in getLocalType()
567 public Type getLocalType(final int local) { in getLocalType() method in GeneratorAdapter587 loadInsn(getLocalType(local), local); in loadLocal()609 storeInsn(getLocalType(local), local); in storeLocal()
1608 QualType getLocalType(ModuleFile &F, unsigned LocalID);1619 return getLocalType(F, Record[Idx++]); in readType()
403 meth public org.objectweb.asm.Type getLocalType(int)
417 meth public org.objectweb.asm.Type getLocalType(int)
452 meth public org.objectweb.asm.Type getLocalType(int)
504 meth public org.objectweb.asm.Type getLocalType(int)
503 meth public org.objectweb.asm.Type getLocalType(int)
505 meth public org.objectweb.asm.Type getLocalType(int)
528 meth public org.objectweb.asm.Type getLocalType(int)
536 meth public org.objectweb.asm.Type getLocalType(int)
524 meth public org.objectweb.asm.Type getLocalType(int)
544 meth public org.objectweb.asm.Type getLocalType(int)
535 meth public org.objectweb.asm.Type getLocalType(int)
512 meth public org.objectweb.asm.Type getLocalType(int)
6140 QualType ASTReader::getLocalType(ModuleFile &F, unsigned LocalID) { in getLocalType() function in ASTReader