Searched refs:assigned (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DJMXSubjectDomainCombiner.java53 ProtectionDomain[] assigned) {
71 return super.combine(newCurrent, assigned);
52 combine(ProtectionDomain[] current, ProtectionDomain[] assigned) argument
/openjdk10/jdk/test/javax/security/auth/SubjectDomainCombiner/
H A DOptimize.java52 ProtectionDomain[] assigned = new ProtectionDomain[] {pd3, pd2};
55 ProtectionDomain[] combined = sdc.combine(current, assigned);
/openjdk10/jdk/src/java.base/share/classes/java/security/
H A DAccessControlContext.java324 * get the assigned combiner from the privileged or inherited context
546 * privilege scope is flagged regardless of whether the assigned
549 * parent thread or an assigned context previously captured by getContext().
552 // the assigned (privileged or inherited) context
590 // in that case, ignore the assigned context
592 ProtectionDomain[] assigned = (skipAssigned) ? null : acc.context;
600 // let the assigned acc's combiner do its thing
605 // No need to clone current and assigned.context
608 pd = combiner.combine(context, assigned);
617 } else if (assigned !
650 combine(ProtectionDomain[] current, ProtectionDomain[] assigned) argument
718 calculateFields(AccessControlContext assigned, AccessControlContext parent, Permission[] permissions) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/gen/
H A DPhiResolver.java85 boolean assigned; field in class:PhiResolver.PhiResolverNode
246 if (!dest.assigned) {
249 dest.assigned = true;
252 dest.assigned = true;
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.cpp287 NOT_PRODUCT(bool assigned = false;)
292 NOT_PRODUCT(assigned = true;)
295 assert(assigned == true, "should have assigned at least once");
651 bool assigned = false; local
656 if (assigned) {
661 assigned = true;
668 assert(assigned == true, "should have assigned at least once");
H A Dc1_LIRGenerator.hpp72 bool _assigned; // Value assigned to this Node?
87 bool assigned() const { return _assigned; } function in class:ResolveNode
471 must_start_in_memory = 0 // needs to be assigned a memory location at beginning, but may then be loaded in a register
H A Dc1_LIRGenerator.cpp137 if (!dest->assigned()) {
/openjdk10/make/common/
H A DMakeBase.gmk806 $$(info Keyword $$(part) for $1 needs to be assigned a value.) \
/openjdk10/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp408 // Step by "boards", then by "slot", copying to "assigned".
410 // remembering which processors have been assigned by
419 uint assigned = 0; local
421 while (assigned < distribution_length) {
426 distribution[assigned] = try_id;
428 assigned += 1;
2379 // board. An LWP is assigned to one of these groups upon creation.
2968 // be assigned to real lwp's. Using the thr_setprio function is

Completed in 96 milliseconds