Searched refs:reserved (Results 1 - 25 of 114) sorted by relevance

12345

/openjdk7/hotspot/agent/src/share/native/jvmdi/
H A Dsa.hpp2 * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
29 JVM_OnLoad(JavaVM *vm, char *options, void *reserved);
/openjdk7/jdk/src/macosx/native/com/apple/laf/
H A DAquaLookAndFeel.m2 * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
33 JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved) {
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.h2 * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
44 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
/openjdk7/jdk/make/java/nio/
H A DaddNotices.sh3 # Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
39 * Copyright (c) $COPYRIGHT_YEARS Oracle and/or its affiliates. All rights reserved.
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.h2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A Dminst.h2 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.h2 * Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
69 JNIEXPORT jint JNICALL Agent_OnLoad(JavaVM *vm, char *options, void *reserved);
/openjdk7/jdk/src/share/native/common/
H A Dcheck_version.c2 * Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved.
30 JNI_OnLoad(JavaVM *vm, void *reserved) argument
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DRequestMessage_1_1.java2 * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
53 private byte[] reserved = null; // Added in GIOP 1.1 field in class:RequestMessage_1_1
79 reserved = _reserved;
100 return this.reserved;
128 this.reserved = new byte[3];
130 this.reserved[_o0] = istream.read_octet();
151 nullCheck(this.reserved);
152 if (this.reserved.length != (3)) {
157 ostream.write_octet(this.reserved[_i0]);
H A DRequestMessage_1_2.java2 * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved.
56 private byte reserved[] = null; field in class:RequestMessage_1_2
80 reserved = _reserved;
113 return this.reserved;
144 this.reserved = new byte[3];
146 this.reserved[_o0] = istream.read_octet();
167 nullCheck(this.reserved);
168 if (this.reserved.length != (3)) {
173 ostream.write_octet(this.reserved[_i0]);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DMarkBits.java2 * Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved.
33 /** Helper class which covers the reserved area of the heap with an
39 MemRegion reserved = heap.reservedRegion();
40 // Must cover "reserved" with one bit for each OopHandle
41 start = reserved.start();
42 end = reserved.end();
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DasPSOldGen.cpp2 * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
45 // returned the size of the reserved space for the generation.
103 if (working_or_min > reserved().byte_size()) {
105 // than the total reserved size, then the space available
110 reserved().byte_size() - working_or_min;
123 gclog_or_tty->print_cr(" reserved().byte_size() %d K / 0x%x ",
124 reserved().byte_size()/K, reserved().byte_size());
H A DparallelScavengeHeap.inline.hpp2 * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
62 bool result = ((HeapWord*)p) >= young_gen()->reserved().start();
H A DpsYoungGen.hpp2 * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
103 MemRegion reserved() const { return _reserved; } function in class:PSYoungGen
110 return reserved().contains((void *)p);
H A DpsOldGen.hpp2 * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
115 MemRegion reserved() const { return _reserved; } function in class:PSOldGen
129 return reserved().contains(p);
/openjdk7/jdk/make/common/shared/
H A DDefs-javadoc.gmk2 # Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
69 $(FULL_COMPANY_NAME). $3 All rights reserved.
/openjdk7/jdk/src/share/native/sun/management/
H A Dmanagement.c2 * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved.
38 JNI_OnLoad(JavaVM *vm, void *reserved) { argument
/openjdk7/hotspot/src/share/vm/services/
H A DpsMemoryPool.cpp2 * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
42 gen->reserved().byte_size(), support_usage_threshold), _gen(gen) {
50 gen->reserved().byte_size(), support_usage_threshold), _gen(gen) {
H A DpsMemoryPool.hpp2 * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
49 size_t max_size() const { return _gen->reserved().byte_size(); }
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_LoadLibrary.c2 * Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved.
46 typedef JNIEXPORT jint JNICALL JNI_OnLoad_type(JavaVM *vm, void *reserved);
77 AWT_OnLoad(JavaVM *vm, void *reserved) argument
157 JNI_OnLoad(JavaVM *vm, void *reserved) argument
159 return AWT_OnLoad(vm, reserved);
263 void (**AwtNoFlushUnlock)(JNIEnv *), void *reserved),
264 (AwtLock, AwtUnlock, AwtNoFlushUnlock, reserved))
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DGeneration.java2 * Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved.
163 public MemRegion reserved() { method in class:Generation
170 return reserved();
181 /** Returns "TRUE" iff "p" points into the reserved area of the
184 return reserved().contains(p);
/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.hpp2 * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
198 // space whose reserved area contains the given address, or else returns
311 HeapWord* start = perm_gen()->reserved().start();
312 return VirtualSpaceSummary(start, (HeapWord*)((uintptr_t)start + perm_gen()->capacity()), perm_gen()->reserved().end());
321 // only checks if p is in the reserved area of the heap
/openjdk7/corba/src/share/classes/com/sun/corba/se/GiopIDL/
H A DGIOP.idl2 * Copyright (c) 2000, Oracle and/or its affiliates. All rights reserved.
76 octet reserved[3]; // Added in GIOP 1.1
99 octet reserved[3];
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_image_types.h2 * Copyright (c) 1997, 2003, Oracle and/or its affiliates. All rights reserved.
127 mlib_s32 reserved[7 - 2*sizeof(void*)/4]; member in struct:__anon781
/openjdk7/jdk/src/share/demo/jvmti/versionCheck/
H A DversionCheck.c2 * Copyright (c) 2004, 2005, Oracle and/or its affiliates. All rights reserved.
92 Agent_OnLoad(JavaVM *vm, char *options, void *reserved) argument

Completed in 127 milliseconds

12345