Searched refs:expand (Results 51 - 73 of 73) sorted by relevance

123

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleNatives.java48 static native void expand(MemberName self); method in class:MethodHandleNatives
H A DMemberName.java464 MethodHandleNatives.expand(this);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.cpp613 // Now expand the span and allocate the collection support structures
943 // If incremental collection failed, we just want to expand
991 expand(expand_bytes, 0, CMSExpansionCause::_satisfy_free_ratio);
1278 // expand and retry
1280 expand(s*HeapWordSize, MinHeapDeltaBytes,
1604 // . we recently needed to expand this space and have not, since that
3320 expand(word_size*HeapWordSize, MinHeapDeltaBytes,
3331 bool ConcurrentMarkSweepGeneration::expand(size_t bytes, size_t expand_bytes) {
3332 return CardGeneration::expand(bytes, expand_bytes);
3335 void ConcurrentMarkSweepGeneration::expand(size_
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.cpp314 bool DefNewGeneration::expand(size_t bytes) { function in class:DefNewGeneration
327 // Do not attempt an expand-to-the reserve size. The
329 // the generation so an expand-to-reserve should be
330 // unnecessary. Also a second call to expand-to-reserve
332 // For example if the first expand fail for unknown reasons,
386 if (expand(change)) {
389 // If the heap failed to expand to the desired size,
528 // We don't attempt to expand the young generation (but perhaps we should.)
/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyFile.java405 extra_policy = PropertyExpander.expand(extra_policy);
439 policy_url = PropertyExpander.expand(policy_url).replace
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DPolicyWSDLParserExtension.java608 policyModel.expand(modelContext);
686 sourceModel.expand(modelContext);
/openjdk7/jdk/make/common/shared/
H A DPlatform.gmk151 MB_OF_MEMORY:=$(shell /usr/sbin/prtconf 2>/dev/null | fgrep 'Memory size:' | expand | cut -d' ' -f3)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializerBase.java1394 * If set to false the serializer does not expand DTD entities,
1397 public void setDTDEntityExpansion(boolean expand) { argument
H A DToStream.java2414 * we've been told not to expand them
3383 * If set to false the serializer does not expand DTD entities,
3386 public void setDTDEntityExpansion(boolean expand) { argument
3387 m_expandDTDEntities = expand;
/openjdk7/jdk/src/share/classes/java/security/
H A DSecurity.java139 extraPropFile = PropertyExpander.expand(extraPropFile);
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp174 if (expand(change)) {
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp606 if (expand(word_size * HeapWordSize)) {
607 // Given that expand() succeeded in expanding the heap, and we
608 // always expand the heap by an amount aligned to the heap
631 // let's not try to expand here too.
800 // Otherwise, if can expand, do so.
820 // We should only be trying to expand when the free suffix is
830 if (expand((num_regions - fs) * HeapRegion::GrainBytes)) {
1627 // Don't expand unless it's significant
1638 expand(expand_bytes);
1728 // Attempting to expand th
1768 bool G1CollectedHeap::expand(size_t expand_bytes) { function in class:G1CollectedHeap
[all...]
H A Dg1CollectedHeap.hpp320 // It specifies whether we should attempt to expand the heap after a
502 // attempt to expand the heap if necessary to satisfy the allocation
658 // Attempting to expand the heap sufficiently
683 bool expand(size_t expand_bytes);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTreeUI.java190 /** Updates the treestate as the nodes expand. */
1474 * Paints the expand (toggle) part of a row. The receiver should
1544 * Returns true if the expand (toggle) control should be drawn for
2228 * expand/collapse region of the <code>row</code>, this will toggle
2240 * in the area of row that is used to expand/collapse the node and
2281 * If expanding a path and JTree scrolls on expand, ensureRowsAreVisible
2326 * implying the location is not in the expand (toggle) control
2923 /** Determines direction to traverse, 1 means expand, -1 means
3740 boolean expand = true;
3744 // we shouldn't attempt to expand i
4318 private void expand(JTree tree, BasicTreeUI ui) { method in class:BasicTreeUI.Actions
[all...]
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java882 size = expand(i, 1);
1722 expand(size, 2); // generally expands by more than 2
1879 expand(size, attrs.size * 2);
2612 int expand(int pos, int len) { method in class:XMLKit.Element
2636 // Open or expand at the given position, as appropriate.
2649 size = expand(pos, len);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java534 PropertyExpander.expand(extra_policy);
569 String expanded_uri = PropertyExpander.expand
577 // expand to a single slash, resulting in
1574 // expand SELF
2193 * information needed later to expand the self
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp327 // Test for a couple of overflow conditions; maybe expand the buffer.
710 if (StressCodeBuffers) exp = amount; // expand only slightly
714 if (StressCodeBuffers) exp = amount / 2; // expand only slightly
723 // No need to expand after all.
733 void CodeBuffer::expand(CodeSection* which_cs, csize_t amount) { function in class:CodeBuffer
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java117 pattern = pattern.expand(pb);
/openjdk7/jdk/test/
H A DMakefile46 EXPAND = expand
/openjdk7/hotspot/src/share/vm/classfile/
H A DjavaClasses.cpp1356 expand(CHECK);
1361 void expand(TRAPS) { function in class:BacktraceBuilder
1399 expand(CHECK);
/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp1486 unsigned cnt = 0; // Count nodes we have expand into
1492 // Generate expand code
1503 // If necessary, generate any operands created in expand rule
1508 assert(frm, "Invalid entry in new operands list of expand rule");
1561 ExpandRule *expand = node->_exprule; local
1563 for(expand->reset_instructions();
1564 (expand_instr = expand->iter_instructions()) != NULL; cnt++) {
1569 globalAD->syntax_err(node->_linenum, "In %s: expand rules using instructs with TEMPs aren't supported: %s",
1611 "expand rule member needs memory but top-level inst doesn't have any" );
1626 // Check for an operand which is created in the expand rul
[all...]
/openjdk7/make/scripts/
H A Dwebrev.ksh139 sed -e "s/&/\&amp;/g" -e "s/</\&lt;/g" -e "s/>/\&gt;/g" "$@" | expand
2173 # Let's try to expand it if it's an alias defined in [paths]
2210 # Let's try to expand it if it's an alias defined in [paths]
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java358 name = PropertyExpander.expand(name).replace
365 pwdURL = PropertyExpander.expand(pwdURL).replace

Completed in 394 milliseconds

123