Home
last modified time | relevance | path

Searched refs:getLocalType (Results 1 – 21 of 21) sorted by relevance

/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DGeneratorAdapterTest.java289 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.Generator
940 return generatorAdapter.getLocalType(local); in getLocalType()
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DGeneratorAdapter.java567 public Type getLocalType(final int local) { in getLocalType() method in GeneratorAdapter
587 loadInsn(getLocalType(local), local); in loadLocal()
609 storeInsn(getLocalType(local), local); in storeLocal()
/external/clang/include/clang/Serialization/
DASTReader.h1608 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1619 return getLocalType(F, Record[Idx++]); in readType()
/external/ow2-asm/asm-commons/src/test/resources/
Dsigtest-4.0.txt403 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-4.1.txt403 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-5.0.4.txt417 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-5.0.txt417 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-5.1.txt452 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-6.1.txt504 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-7.1.txt503 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-6.2.txt505 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-7.2.txt504 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-9.0.txt528 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-9.2.txt536 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-6.0.txt524 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-7.3.1.txt524 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-9.4.txt544 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-9.1.txt535 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-7.0.txt512 meth public org.objectweb.asm.Type getLocalType(int)
Dsigtest-8.0.1.txt524 meth public org.objectweb.asm.Type getLocalType(int)
/external/clang/lib/Serialization/
DASTReader.cpp6140 QualType ASTReader::getLocalType(ModuleFile &F, unsigned LocalID) { in getLocalType() function in ASTReader