Searched refs:sourceLength (Results 1 - 2 of 2) sorted by relevance

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptEnvironment.java481 * @param sourceLength length of source being compiled.
484 public boolean useAnonymousClasses(final int sourceLength) { argument
486 || (_anonymousClasses == AnonymousClasses.AUTO && sourceLength <= _anonymous_classes_threshold);
/openjdk9/jdk/src/jdk.crypto.mscapi/windows/native/libsunmscapi/
H A Dsecurity.cpp1809 int sourceLength = env->GetArrayLength(source); local
1816 int copyLen = sourceLength;
1817 if (sourceLength > destinationLength) {
1819 if (sourceLength == destinationLength + 1 && sourceBytes[0] == 0) {
1830 destination[i] = sourceBytes[sourceLength - 1 - i];

Completed in 82 milliseconds