Searched refs:intx (Results 26 - 50 of 92) sorted by relevance

1234

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_globals_sparc.hpp42 define_pd_global(intx, CompileThreshold, 1000 ); // Design center runs on 1.3.1
43 define_pd_global(intx, BackEdgeThreshold, 100000);
45 define_pd_global(intx, OnStackReplacePercentage, 1400 );
48 define_pd_global(intx, FreqInlineSize, 325 );
50 define_pd_global(intx, ReservedCodeCacheSize, 32*M );
51 define_pd_global(intx, CodeCacheExpansionSize, 32*K );
56 define_pd_global(intx, NewSizeThreadIncrease, 16*K );
58 define_pd_global(intx, InitialCodeCacheSize, 160*K);
69 define_pd_global(intx, SafepointPollOffset, 0 );
H A Dvm_version_sparc.hpp148 static intx prefetch_data_size() {
153 static intx prefetch_copy_interval_in_bytes() {
154 intx interval = PrefetchCopyIntervalInBytes;
157 static intx prefetch_scan_interval_in_bytes() {
158 intx interval = PrefetchScanIntervalInBytes;
161 static intx prefetch_fields_ahead() {
162 intx count = PrefetchFieldsAhead;
166 static intx allocate_prefetch_distance() {
168 intx count = AllocatePrefetchDistance;
174 static intx allocate_prefetch_styl
[all...]
H A Dvm_version_sparc.cpp52 intx cache_line_size = prefetch_data_size();
135 FLAG_SET_ERGO(intx, AllocatePrefetchInstr, 1);
137 FLAG_SET_ERGO(intx, AllocatePrefetchStyle, 3);
148 FLAG_SET_ERGO(intx, AllocatePrefetchLines, AllocatePrefetchLines*2);
151 FLAG_SET_ERGO(intx, AllocateInstancePrefetchLines, AllocateInstancePrefetchLines*2);
255 UseVIS = MIN2((intx)2,UseVIS);
257 UseVIS = MIN2((intx)1,UseVIS);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_globals_x86.hpp43 define_pd_global(intx, CompileThreshold, 1500 );
44 define_pd_global(intx, BackEdgeThreshold, 100000);
46 define_pd_global(intx, OnStackReplacePercentage, 933 );
47 define_pd_global(intx, FreqInlineSize, 325 );
48 define_pd_global(intx, NewSizeThreadIncrease, 4*K );
49 define_pd_global(intx, InitialCodeCacheSize, 160*K);
50 define_pd_global(intx, ReservedCodeCacheSize, 32*M );
52 define_pd_global(intx, CodeCacheExpansionSize, 32*K );
68 define_pd_global(intx, SafepointPollOffset, 256 );
H A Dvm_version_x86.hpp525 static intx prefetch_data_size() {
526 intx result = 0;
608 static intx allocate_prefetch_distance() {
626 intx count = AllocatePrefetchDistance;
646 static intx allocate_prefetch_style() {
661 static intx prefetch_copy_interval_in_bytes() {
662 intx interval = PrefetchCopyIntervalInBytes;
665 static intx prefetch_scan_interval_in_bytes() {
666 intx interval = PrefetchScanIntervalInBytes;
669 static intx prefetch_fields_ahea
[all...]
H A Dvm_version_x86.cpp465 UseSSE = MIN2((intx)3,UseSSE);
467 UseSSE = MIN2((intx)2,UseSSE);
469 UseSSE = MIN2((intx)1,UseSSE);
476 UseAVX = MIN2((intx)1,UseAVX);
714 intx cache_line_size = prefetch_data_size();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1_globals.hpp38 develop(intx, G1MarkingOverheadPercent, 0, \
41 develop(intx, G1MarkingVerboseLevel, 0, \
65 diagnostic(intx, G1SummarizeRSetStatsPeriod, 0, \
78 product(intx, G1RefProcDrainInterval, 10, \
86 product(intx, G1SATBBufferSize, 1*K, \
89 develop(intx, G1SATBProcessCompletedThreshold, 20, \
99 develop(intx, G1ExtraRegionSurvRate, 33, \
104 develop(intx, G1InitYoungSurvRatio, 50, \
110 experimental(intx, G1ExpandByPercentOfAvailable, 20, \
133 product(intx, G1UpdateBufferSiz
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.hpp164 define_pd_global(intx, CompileThreshold, 0);
165 define_pd_global(intx, BackEdgeThreshold, 0);
167 define_pd_global(intx, OnStackReplacePercentage, 0);
169 define_pd_global(intx, FreqInlineSize, 0);
170 define_pd_global(intx, InlineSmallCode, 0);
171 define_pd_global(intx, NewSizeThreadIncrease, 4*K);
172 define_pd_global(intx, InlineClassNatives, true);
173 define_pd_global(intx, InlineUnsafeOps, true);
174 define_pd_global(intx, InitialCodeCacheSize, 160*K);
175 define_pd_global(intx, ReservedCodeCacheSiz
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A Dshark_globals.hpp36 product(intx, MaxNodeLimit, 65000, \
40 product(intx, SharkMaxInlineSize, 32, \
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileLog.hpp42 intx _thread_id; // which compile thread
58 CompileLog(const char* file, FILE* fp, intx thread_id);
61 intx thread_id() { return _thread_id; }
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_globals.hpp125 product(intx, ValueMapInitialSize, 11, \
128 product(intx, ValueMapMaxLoopSize, 8, \
168 develop(intx, NestedInliningSizeRatio, 90, \
195 develop(intx, TraceLinearScanLevel, 0, \
272 product(intx, CompilationRepeat, 0, \
275 develop(intx, NMethodSizeLimit, (64*K)*wordSize, \
290 develop(intx, InstructionCountCutoff, 37000, \
293 product_pd(intx, SafepointPollOffset, \
H A Dc1_ValueMap.hpp34 intx _hash;
40 ValueMapEntry(intx hash, Value value, int nesting, ValueMapEntry* next)
48 intx hash() { return _hash; }
90 int entry_index(intx hash, int n) { return (unsigned int)hash % n; }
H A Dc1_GraphBuilder.hpp60 intx _max_inline_size;
135 intx max_inline_size() const { return _max_inline_size; }
332 intx max_inline_size() const { return scope_data()->max_inline_size(); }
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.hpp270 const intx _threshold;
271 intx _ticks;
275 const intx threshold) :
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dcopy_bsd_x86.inline.hpp33 intx temp;
91 intx temp;
148 intx temp;
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dcopy_linux_x86.inline.hpp33 intx temp;
91 intx temp;
148 intx temp;
/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodData.hpp167 intx _eflags; // flags on escape information
168 intx _arg_local; // bit set of non-escaping arguments
169 intx _arg_stack; // bit set of stack-allocatable arguments
170 intx _arg_returned; // bit set of returned arguments
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp61 assert(min_intx == (intx)CONST64(0x8000000000000000), "correct constant");
64 assert( 8 == sizeof( intx), "wrong size for basic type");
67 assert(min_intx == (intx)0x80000000, "correct constant");
70 assert( 4 == sizeof( intx), "wrong size for basic type");
H A Dostream.hpp145 intx _holder;
148 static intx hold_tty(); // returns a "holder" token
149 static void release_tty(intx holder); // must witness same token
151 static void break_tty_lock_for_safepoint(intx holder);
H A Dostream.cpp730 intx defaultStream::hold(intx writer_id) {
772 void defaultStream::release(intx holder) {
799 intx thread_id = os::current_thread_id();
800 intx holder = hold(thread_id);
827 intx ttyLocker::hold_tty() {
829 intx thread_id = os::current_thread_id();
833 void ttyLocker::release_tty(intx holder) {
839 intx thread_id = os::current_thread_id();
849 void ttyLocker::break_tty_lock_for_safepoint(intx holde
[all...]
H A DglobalDefinitions.hpp211 // intx and uintx are the 'extended' int and 'extended' unsigned int types;
214 typedef intptr_t intx; typedef
217 const intx min_intx = (intx)1 << (sizeof(intx)*BitsPerByte-1);
218 const intx max_intx = (uintx)min_intx - 1;
222 // sizeof intx 4 8
1052 inline bool is_odd (intx x) { return x & 1; }
1053 inline bool is_even(intx x) { return !is_odd(x); }
1056 inline intx byte_siz
[all...]
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp125 volatile intx _indices; // constant pool index & rewrite bytecodes
127 volatile intx _f2; // entry specific int/oop field
128 volatile intx _flags; // flags
143 void set_f2(intx f2) { assert(_f2 == 0 || _f2 == f2, "illegal field change"); _f2 = f2; }
146 void set_flags(intx flags) { _flags = flags; }
147 bool init_flags_atomic(intx flags);
H A DmethodDataOop.hpp1220 intx _eflags; // flags on escape information
1221 intx _arg_local; // bit set of non-escaping arguments
1222 intx _arg_stack; // bit set of stack-allocatable arguments
1223 intx _arg_returned; // bit set of returned arguments
1396 intx eflags() { return _eflags; }
1397 intx arg_local() { return _arg_local; }
1398 intx arg_stack() { return _arg_stack; }
1399 intx arg_returned() { return _arg_returned; }
1404 void set_eflags(intx v) { _eflags = v; }
1405 void set_arg_local(intx
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp125 const intx interval = PrefetchScanIntervalInBytes;
331 const intx interval = PrefetchScanIntervalInBytes;
391 const intx scan_interval = PrefetchScanIntervalInBytes;
392 const intx copy_interval = PrefetchCopyIntervalInBytes;
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp67 static intx _os_thread_limit;
68 static volatile intx _os_thread_count;

Completed in 84 milliseconds

1234