Searched refs:getLocalType (Results 1 - 6 of 6) sorted by relevance

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DProperty.java557 final Class<?> t = getLocalType();
574 getLocalType() == otherProperty.getLocalType();
601 final Class<?> t = getLocalType();
618 final Class<?> t = getLocalType();
648 * value passed to or returned by a user accessor. Use {@link #getLocalType()} to always get
673 protected Class<?> getLocalType() { method in class:Property
H A DAccessorProperty.java325 this.GETTER_CACHE = newType != property.getLocalType() ? new MethodHandle[NOOF_TYPES] : property.GETTER_CACHE;
340 this(property, property.getLocalType());
517 getLocalType(),
522 getLocalType(),
542 getLocalType(),
547 getLocalType(),
553 final MethodHandle g = getGetter(getLocalType());
591 return debug(createSetter(forType, type, primitiveSetter, objectSetter), getLocalType(), type, "set");
599 return getLocalType() == null;
612 final int currentTypeIndex = getAccessorTypeIndex(getLocalType());
[all...]
H A DPropertyMap.java552 "arbitrary replaceProperty attempted " + sameType + " oldProperty=" + oldProperty.getClass() + " newProperty=" + newProperty.getClass() + " [" + oldProperty.getLocalType() + " => " + newProperty.getLocalType() + "]";
H A DUserAccessorProperty.java170 protected Class<?> getLocalType() { method in class:UserAccessorProperty
H A DScriptObject.java997 assert uc.getLocalType() == Object.class;
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DGeneratorAdapter.java663 public Type getLocalType(final int local) { method in class:GeneratorAdapter
684 loadInsn(getLocalType(local), local);
710 storeInsn(getLocalType(local), local);

Completed in 76 milliseconds