Home
last modified time | relevance | path

Searched refs:shrink (Results 1 – 25 of 182) sorted by relevance

12345678

/external/proguard/src/proguard/
DProGuard.java29 import proguard.shrink.Shrinker;
80 if (configuration.shrink || in execute()
98 if (configuration.shrink) in execute()
100 shrink(); in execute()
121 if (configuration.shrink) in execute()
127 shrink(); in execute()
142 if (configuration.shrink || in execute()
274 private void shrink() throws IOException in shrink() method in ProGuard
DConfiguration.java109 public boolean shrink = true; field in Configuration
/external/webkit/Source/WebCore/platform/graphics/
DRoundedIntRect.h65 …void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bot… in shrink() function
66 void shrink(int size) { shrink(size, size, size, size); } in shrink() function
91 void shrinkRadii(int size) { m_radii.shrink(size); } in shrinkRadii()
/external/valgrind/main/none/tests/linux/
Dmremap.stderr.exp-glibc273 grow, nomove: p=0x........ np=0x........: shrink moved?!
4 grow, maymove: p=0x........ np=0x........: shrink moved?!
/external/proguard/src/proguard/optimize/peephole/
DMethodInliner.java281 … new VariableInstruction(opcode, variableOffset + parameterOffset + parameterIndex).shrink()); in storeParameters()
289 … new VariableInstruction(InstructionConstants.OP_ASTORE, variableOffset).shrink()); in storeParameters()
322 codeAttributeComposer.appendInstruction(offset, instruction.shrink()); in visitAnyInstruction()
349 branchInstruction.shrink()); in visitSimpleInstruction()
362 codeAttributeComposer.appendInstruction(offset, simpleInstruction.shrink()); in visitSimpleInstruction()
375 codeAttributeComposer.appendInstruction(offset, variableInstruction.shrink()); in visitVariableInstruction()
433 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink()); in visitConstantInstruction()
DInstructionSequenceReplacer.java143 …System.out.println(" "+replacementInstructionFactory.create(index).shrink().toString(matchedOff… in visitAnyInstruction()
151 … replacementInstructionFactory.create(index).shrink()); in visitAnyInstruction()
217 return replacementInstruction.shrink(); in create()
/external/proguard/src/proguard/classfile/editor/
DMethodInvocationFixer.java105 constantIndex).shrink(); in visitConstantInstruction()
126 constantIndex).shrink(); in visitConstantInstruction()
152 invokeinterfaceConstant).shrink(); in visitConstantInstruction()
176 constantIndex).shrink(); in visitConstantInstruction()
DInstructionWriter.java87 constantInstruction.constant).shrink(); in visitConstantInstruction()
112 variableInstruction.constant).shrink(); in visitVariableInstruction()
146 branchInstruction.branchOffset).shrink(); in visitBranchInstruction()
DInstructionAdder.java71 constantInstruction.constant).shrink(); in visitConstantInstruction()
/external/proguard/src/proguard/optimize/
DTailRecursionSimplifier.java148 codeAttributeComposer.appendInstruction(offset, instruction.shrink()); in visitAnyInstruction()
226 codeAttributeComposer.appendInstruction(offset, constantInstruction.shrink()); in visitConstantInstruction()
318 … new VariableInstruction(opcode, parameterOffset + parameterIndex).shrink()); in storeParameters()
326 … new VariableInstruction(InstructionConstants.OP_ASTORE, 0).shrink()); in storeParameters()
/external/webkit/Source/JavaScriptCore/wtf/
DBlockStack.h43 void shrink(T*);
79 template <typename T> void BlockStack<T>::shrink(T* newEnd) in shrink() function
DBumpPointerAllocator.h128 void shrink() in shrink() function
239 m_head->shrink(); in stopAllocator()
/external/proguard/src/proguard/ant/
DProGuardTask.java108 public void setShrink(boolean shrink) in setShrink() argument
110 configuration.shrink = shrink; in setShrink()
/external/skia/include/core/
DSkTypes.h447 void* reset(size_t size, OnShrink shrink = kAlloc_OnShrink) {
448 if (size == fSize || (kReuse_OnShrink == shrink && size < fSize)) {
542 SkAutoMalloc::OnShrink shrink = SkAutoMalloc::kAlloc_OnShrink) {
543 if (size == fSize || (SkAutoMalloc::kReuse_OnShrink == shrink &&
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java445 constantPoolEditor.addIntegerConstant(value)).shrink(); in replaceIntegerPushInstruction()
512 constantPoolEditor.addLongConstant(value)).shrink(); in replaceLongPushInstruction()
580 constantPoolEditor.addFloatConstant(value)).shrink(); in replaceFloatPushInstruction()
647 constantPoolEditor.addDoubleConstant(value)).shrink(); in replaceDoublePushInstruction()
702 new SimpleInstruction(replacementOpcode, value).shrink(); in replaceConstantPushInstruction()
719 new VariableInstruction(replacementOpcode, variableIndex).shrink(); in replaceVariablePushInstruction()
798 branchOffset).shrink(); in replaceBranchInstruction()
/external/webkit/Source/WebCore/css/
DCSSSelectorList.cpp62 selectorVector.shrink(0); in adoptSelectorVector()
82 selectorVector.shrink(0); in adoptSelectorVector()
/external/webkit/Source/JavaScriptCore/interpreter/
DRegisterFile.h127 void shrink(Register* newEnd);
187 inline void RegisterFile::shrink(Register* newEnd) in shrink() function
/external/proguard/src/proguard/preverify/
DCodeSubroutineInliner.java248 codeAttributeComposer.appendInstruction(offset, instruction.shrink()); in visitAnyInstruction()
278 … branchTargetFinder.subroutineEnd(offset) - offset).shrink(); in visitVariableInstruction()
334 branchOffset).shrink(); in visitBranchInstruction()
/external/webkit/Source/JavaScriptCore/heap/
DMarkedSpace.cpp49 shrink(); in destroy()
90 void MarkedSpace::shrink() in shrink() function in JSC::MarkedSpace
/external/proguard/src/proguard/shrink/
DUsedClassFilter.java21 package proguard.shrink;
DUsedMemberFilter.java21 package proguard.shrink;
/external/bison/src/
Dvcg.h225 int shrink; member
533 int shrink; member
Dvcg.c63 g->shrink = G_SHRINK; in new_graph()
152 n->shrink = N_SHRINK; in new_node()
539 if (n->shrink != N_SHRINK) in output_node()
540 fprintf (fout, "\t\tshrink:\t%d\n", n->shrink); in output_node()
666 if (g->shrink != G_SHRINK) in output_graph()
667 fprintf (fout, "\tshrink:\t%d\n", g->shrink); in output_graph()
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringBuffer.h54 void shrink(unsigned newLength) in shrink() function
/external/webkit/Source/WebCore/platform/network/win/
DCookieJarWin.cpp62 buffer.shrink(count - 1); // Ignore the null terminator. in cookies()

12345678