Home
last modified time | relevance | path

Searched refs:getLocalType (Results 1 – 25 of 121) sorted by last modified time

12345

/dports/mail/thunderbird/thunderbird-91.8.0/services/fxaccounts/
H A DFxAccountsDevice.jsm185 getLocalType() {
428 this.getLocalType(),
/dports/www/firefox/firefox-99.0/services/fxaccounts/
H A DFxAccountsDevice.jsm185 getLocalType() {
428 this.getLocalType(),
/dports/www/firefox-esr/firefox-91.8.0/services/fxaccounts/
H A DFxAccountsDevice.jsm185 getLocalType() {
428 this.getLocalType(),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReader.cpp7109 QualType ASTReader::getLocalType(ModuleFile &F, unsigned LocalID) { in getLocalType() function in ASTReader
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReader.cpp7109 QualType ASTReader::getLocalType(ModuleFile &F, unsigned LocalID) { in getLocalType() function in ASTReader
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Serialization/
H A DASTReader.cpp7109 QualType ASTReader::getLocalType(ModuleFile &F, unsigned LocalID) { in getLocalType() function in ASTReader
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Serialization/
H A DASTReader.cpp7109 QualType ASTReader::getLocalType(ModuleFile &F, unsigned LocalID) { in getLocalType() function in ASTReader
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1803 QualType getLocalType(ModuleFile &F, unsigned LocalID);
1814 return getLocalType(F, Record[Idx++]); in readType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7109 QualType ASTReader::getLocalType(ModuleFile &F, unsigned LocalID) { in getLocalType() function in ASTReader
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DGeneratorAdapter.java599 public Type getLocalType(final int local) { in getLocalType() method in GeneratorAdapter
619 loadInsn(getLocalType(local), local); in loadLocal()
641 storeInsn(getLocalType(local), local); in storeLocal()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DGeneratorAdapter.java601 public Type getLocalType(final int local) { in getLocalType() method in GeneratorAdapter
621 loadInsn(getLocalType(local), local); in loadLocal()
643 storeInsn(getLocalType(local), local); in storeLocal()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DUserAccessorProperty.java170 protected Class<?> getLocalType() {
H A DAccessorProperty.java340 this(property, property.getLocalType()); in AccessorProperty()
517 getLocalType(), in getGetter()
522 getLocalType(), in getGetter()
542 getLocalType(), in getOptimisticGetter()
547 getLocalType(), in getOptimisticGetter()
553 final MethodHandle g = getGetter(getLocalType()); in getOptimisticPrimitiveGetter()
599 return getLocalType() == null; in isUndefined()
612 final int currentTypeIndex = getAccessorTypeIndex(getLocalType()); in getSetter()
621 final Class<?> ct = getLocalType(); in getSetter()
627 final Class<?> forType = isUndefined() ? type : getLocalType(); in getSetter()
[all …]
H A DProperty.java557 final Class<?> t = getLocalType(); in hashCode()
574 getLocalType() == otherProperty.getLocalType(); in equals()
601 final Class<?> t = getLocalType(); in toStringShort()
618 final Class<?> t = getLocalType(); in toString()
673 protected Class<?> getLocalType() { in getLocalType() method in Property
H A DPropertyMap.java477 …ty=" + newProperty.getClass() + " [" + oldProperty.getLocalType() + " => " + newProperty.getLocalT… in replaceProperty()
H A DScriptObject.java997 assert uc.getLocalType() == Object.class; in modifyOwnProperty()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DGeneratorAdapter.java663 public Type getLocalType(final int local) { in getLocalType() method in GeneratorAdapter
684 loadInsn(getLocalType(local), local); in loadLocal()
710 storeInsn(getLocalType(local), local); in storeLocal()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DAccessorProperty.java340 this(property, property.getLocalType()); in AccessorProperty()
517 getLocalType(), in getGetter()
522 getLocalType(), in getGetter()
542 getLocalType(), in getOptimisticGetter()
547 getLocalType(), in getOptimisticGetter()
553 final MethodHandle g = getGetter(getLocalType()); in getOptimisticPrimitiveGetter()
599 return getLocalType() == null; in isUndefined()
607 final int currentTypeIndex = getAccessorTypeIndex(getLocalType()); in getSetter()
616 final Class<?> ct = getLocalType(); in getSetter()
622 final Class<?> forType = isUndefined() ? type : getLocalType(); in getSetter()
[all …]
H A DPropertyMap.java552 …ty=" + newProperty.getClass() + " [" + oldProperty.getLocalType() + " => " + newProperty.getLocalT… in replaceProperty()
H A DUserAccessorProperty.java169 protected Class<?> getLocalType() {
H A DProperty.java544 final Class<?> t = getLocalType(); in hashCode()
561 getLocalType() == otherProperty.getLocalType(); in equals()
588 final Class<?> t = getLocalType(); in toStringShort()
605 final Class<?> t = getLocalType(); in toString()
660 protected Class<?> getLocalType() { in getLocalType() method in Property

12345