Searched refs:jlong (Results 1 - 25 of 713) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/trace/
H A DtraceTime.hpp30 typedef jlong TracingTime;
31 typedef jlong RelativeTracingTime;
H A DnoTraceBackend.hpp29 typedef jlong TracingTime;
30 typedef jlong RelativeTracingTime;
/openjdk7/jdk/src/macosx/javavm/export/
H A Djni_md.h35 typedef long jlong; typedef
37 typedef long long jlong; typedef
/openjdk7/jdk/src/solaris/javavm/export/
H A Djni_md.h35 typedef long jlong; typedef
37 typedef long long jlong; typedef
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.hpp36 static jlong (*atomic_cmpxchg_long_func) (jlong, volatile jlong*, jlong);
47 static jlong (*atomic_cmpxchg_long_func) (jlong, volatile jlong*, jlong);
51 static jlong atomic_cmpxchg_long_bootstrap(jlong, volatil
[all...]
H A Dos_windows_x86.inline.hpp30 inline jlong os::rdtsc() {
35 return (jlong)res;
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.hpp36 static jlong (*atomic_cmpxchg_long_func)(jlong, volatile jlong*, jlong);
41 static jlong atomic_cmpxchg_long_bootstrap(jlong, volatile jlong*, jlong);
49 static jlong rdtsc();
H A Dos_solaris_x86.inline.hpp30 inline jlong os::rdtsc() { return _raw_rdtsc(); }
H A Datomic_solaris_x86.inline.hpp75 jlong _Atomic_cmpxchg_long(jlong exchange_value, volatile jlong* dest,
76 jlong compare_value IS_MP_DECL());
91 inline jlong Atomic::cmpxchg (jlong exchange_value, volatile jlong* dest, jlong compare_value) {
97 inline void Atomic::store (jlong store_value, jlong* des
[all...]
/openjdk7/jdk/src/windows/native/sun/io/
H A DWin32ErrorMode.c34 JNIEXPORT jlong JNICALL Java_sun_io_Win32ErrorMode_setErrorMode
35 (JNIEnv *env, jclass thisClass, jlong mode)
37 return (jlong)SetErrorMode((UINT)mode);
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCDataTransferer.h37 extern jlong indexForFormat(NSString *format);
42 extern NSString* formatForIndex(jlong inFormatCode);
47 extern jlong registerFormatWithPasteboard(NSString *format);
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.hpp33 static jlong (*atomic_cmpxchg_long_func)(jlong, volatile jlong*, jlong);
38 static jlong atomic_cmpxchg_long_bootstrap(jlong, volatile jlong*, jlong);
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.hpp33 static jlong (*atomic_cmpxchg_long_func)(jlong, volatile jlong*, jlong);
38 static jlong atomic_cmpxchg_long_bootstrap(jlong, volatile jlong*, jlong);
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DJRSUIConstantSync.h29 jint _SyncEncodedProperties(JRSUIControlRef control, jlong oldProperties, jlong newProperties);
/openjdk7/hotspot/src/share/vm/memory/
H A DreferencePolicy.hpp34 virtual bool should_clear_reference(oop p, jlong timestamp_clock) {
45 virtual bool should_clear_reference(oop p, jlong timestamp_clock) {
52 virtual bool should_clear_reference(oop p, jlong timestamp_clock) {
59 jlong _max_interval;
66 virtual bool should_clear_reference(oop p, jlong timestamp_clock);
71 jlong _max_interval;
78 virtual bool should_clear_reference(oop p, jlong timestamp_clock);
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTimer.hpp48 jlong _start;
49 jlong _end;
58 jlong start() { return _start; }
59 void set_start(jlong time) { _start = time; }
61 jlong end() { return _end; }
62 void set_end(jlong time) { _end = time; }
105 jlong _sum_of_pauses;
106 jlong _longest_pause;
113 void report_gc_phase_start(const char* name, jlong time);
114 void report_gc_phase_end(jlong tim
[all...]
/openjdk7/jdk/src/share/instrument/
H A DPathCharsValidator.c42 static jlong L_HEX;
43 static jlong H_HEX;
44 static jlong L_PATH;
45 static jlong H_PATH;
48 static jlong lowMask(char* s) {
50 jlong m = 0;
55 m |= ((jlong)1 << c);
61 static jlong highMask(char* s) {
63 jlong m = 0;
68 m |= ((jlong)
[all...]
/openjdk7/jdk/src/share/back/
H A DcommonRef.h32 jlong commonRef_refToID(JNIEnv *env, jobject ref);
33 jobject commonRef_idToRef(JNIEnv *env, jlong id);
35 jvmtiError commonRef_pin(jlong id);
36 jvmtiError commonRef_unpin(jlong id);
37 void commonRef_releaseMultiple(JNIEnv *env, jlong id, jint refCount);
38 void commonRef_release(JNIEnv *env, jlong id);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Djni_sparc.h38 typedef long jlong; typedef
40 typedef long long jlong; typedef
H A DbytecodeInterpreter_sparc.inline.hpp53 inline jlong BytecodeInterpreter::VMlongAdd(jlong op1, jlong op2) {
57 inline jlong BytecodeInterpreter::VMlongAnd(jlong op1, jlong op2) {
61 inline jlong BytecodeInterpreter::VMlongDiv(jlong op1, jlong op2) {
66 inline jlong BytecodeInterprete
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Djni_zero.h41 typedef long jlong; typedef
43 typedef long long jlong; typedef
/openjdk7/jdk/src/share/native/sun/java2d/
H A DDisposer.h29 #include "jlong.h"
39 typedef void GeneralDisposeFunc(JNIEnv *env, jlong pData);
47 GeneralDisposeFunc disposer, jlong pData);
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.inline.hpp31 inline jlong os::rdtsc() {
36 return (jlong)res;
42 return (jlong)res;
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.inline.hpp31 inline jlong os::rdtsc() {
36 return (jlong)res;
42 return (jlong)res;
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp52 static jlong _last_was_full; // timestamp of last emergency unloading
59 static jlong _total_time_sweeping; // Accumulated time sweeping
60 static jlong _total_time_this_sweep; // Total time this sweep
61 static jlong _peak_sweep_time; // Peak time for a full sweep
62 static jlong _peak_sweep_fraction_time; // Peak time sweeping one fraction
63 static jlong _total_disconnect_time; // Total time cleaning code mem
64 static jlong _peak_disconnect_time; // Peak time cleaning code mem
74 static jlong total_time_sweeping() { return _total_time_sweeping; }
75 static jlong peak_sweep_time() { return _peak_sweep_time; }
76 static jlong peak_sweep_fraction_tim
[all...]

Completed in 93 milliseconds

1234567891011>>