< prev index next >

src/share/vm/runtime/commandLineFlagConstraintsCompiler.hpp

Print this page




  45 Flag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose);
  46 
  47 Flag::Error CompileThresholdConstraintFunc(intx value, bool verbose);
  48 
  49 Flag::Error OnStackReplacePercentageConstraintFunc(intx value, bool verbose);
  50 
  51 Flag::Error CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose);
  52 
  53 Flag::Error CompilerThreadPriorityConstraintFunc(intx value, bool verbose);
  54 
  55 Flag::Error CodeEntryAlignmentConstraintFunc(intx value, bool verbose);
  56 
  57 Flag::Error OptoLoopAlignmentConstraintFunc(intx value, bool verbose);
  58 
  59 Flag::Error ArraycopyDstPrefetchDistanceConstraintFunc(uintx value, bool verbose);
  60 
  61 Flag::Error ArraycopySrcPrefetchDistanceConstraintFunc(uintx value, bool verbose);
  62 
  63 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose);
  64 


  65 #ifdef COMPILER2
  66 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
  67 
  68 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
  69 #endif
  70 
  71 #endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */


  45 Flag::Error AllocatePrefetchStepSizeConstraintFunc(intx value, bool verbose);
  46 
  47 Flag::Error CompileThresholdConstraintFunc(intx value, bool verbose);
  48 
  49 Flag::Error OnStackReplacePercentageConstraintFunc(intx value, bool verbose);
  50 
  51 Flag::Error CodeCacheSegmentSizeConstraintFunc(uintx value, bool verbose);
  52 
  53 Flag::Error CompilerThreadPriorityConstraintFunc(intx value, bool verbose);
  54 
  55 Flag::Error CodeEntryAlignmentConstraintFunc(intx value, bool verbose);
  56 
  57 Flag::Error OptoLoopAlignmentConstraintFunc(intx value, bool verbose);
  58 
  59 Flag::Error ArraycopyDstPrefetchDistanceConstraintFunc(uintx value, bool verbose);
  60 
  61 Flag::Error ArraycopySrcPrefetchDistanceConstraintFunc(uintx value, bool verbose);
  62 
  63 Flag::Error TypeProfileLevelConstraintFunc(uintx value, bool verbose);
  64 
  65 Flag::Error InitArrayShortSizeConstraintFunc(intx value, bool verbose);
  66 
  67 #ifdef COMPILER2
  68 Flag::Error InteriorEntryAlignmentConstraintFunc(intx value, bool verbose);
  69 
  70 Flag::Error NodeLimitFudgeFactorConstraintFunc(intx value, bool verbose);
  71 #endif
  72 
  73 #endif /* SHARE_VM_RUNTIME_COMMANDLINEFLAGCONSTRAINTSCOMPILER_HPP */
< prev index next >