Searched refs:Allocate (Results 1 - 17 of 17) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dpark.hpp69 static Parker * Allocate (JavaThread * t) ;
108 // exported Allocate(), Release(), etc. The platform-specific class would extend
173 static ParkEvent * Allocate (Thread * t) ;
H A Dpark.cpp39 // Caveat: Allocate() and Release() may be called from threads
41 // If we need to call Allocate() when running as the thread in
56 ParkEvent * ParkEvent::Allocate (Thread * t) { function in class:ParkEvent
102 // A 2nd thread calling Allocate() would see FreeList == null.
161 Parker * Parker::Allocate (JavaThread * t) { function in class:Parker
207 // then stall. Another thread calling Allocate() would see
H A Dmutex.cpp225 // stack acts as a local cache to avoid excessive calls to ParkEvent::Allocate()
1045 // Allocate a ParkEvent for transient use.
1048 ParkEvent * const ESelf = ParkEvent::Allocate(NULL) ;
H A Dthread.cpp276 // The stack would act as a cache to avoid calls to ParkEvent::Allocate()
278 _ParkEvent = ParkEvent::Allocate (this) ;
279 _SleepEvent = ParkEvent::Allocate (this) ;
280 _MutexEvent = ParkEvent::Allocate (this) ;
281 _MuxEvent = ParkEvent::Allocate (this) ;
1434 _parker = Parker::Allocate(this) ;
4536 ev = ReleaseAfter = ParkEvent::Allocate (NULL) ;
4588 // similar to that used by ParkEvent::Allocate() and ::Release(). DMR-based
H A Dsynchronizer.cpp1025 vm_exit_out_of_memory (sizeof (ObjectMonitor[_BLOCKSIZE]), "Allocate ObjectMonitors") ;
1066 TEVENT (Allocate block of monitors) ;
/openjdk7/jdk/src/share/instrument/
H A DUtilities.c46 error = (*jvmtienv)->Allocate(jvmtienv,
H A DJPLISAgent.c859 jvmtiError allocError = (*(jvmti(agent)))->Allocate(jvmti(agent),
1267 * Allocate class_bytes last so we don't have to free
/openjdk7/jdk/src/share/demo/jvmti/agent_util/
H A Dagent_util.c233 error = (*jvmti)->Allocate(jvmti, len, (unsigned char **)&ptr);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp279 jvmtiError err = env->Allocate(closure.get_count() * sizeof(jclass),
319 jvmtiError err = env->Allocate(closure.get_count() * sizeof(jclass),
H A DjvmtiTagMap.cpp1573 error = _env->Allocate(count * sizeof(jobject), (unsigned char**)object_result_ptr);
1585 error = _env->Allocate(count * sizeof(jlong), (unsigned char**)tag_result_ptr);
H A DjvmtiEnv.cpp125 JvmtiEnv::Allocate(jlong size, unsigned char** mem_ptr) { function in class:JvmtiEnv
127 } /* end Allocate */
1171 // Allocate memory to store global-refs to the thread groups.
2250 // Allocate the result and fill it in
2314 // Allocate the result and fill it in
/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp36 macro(Allocate)
H A Dnode.hpp549 DEFINE_CLASS_ID(Allocate, Call, 2)
550 DEFINE_CLASS_ID(AllocateArray, Allocate, 0)
693 DEFINE_CLASS_QUERY(Allocate)
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp204 bool Allocate(int requestedBufferSize, int extraBytes) { function in class:RingBuffer
212 ERROR0("RingBuffer::Allocate: OUT OF MEMORY\n");
223 TRACE2("RingBuffer::Allocate: OK, bufferSize=%d, allocated:%d\n", nBufferSize, nAllocatedBytes);
919 if (!device->ringBuffer.Allocate(bufferSizeInBytes, extraBufferBytes)) {
/openjdk7/jdk/src/share/javavm/export/
H A Djvmti.h1244 /* 46 : Allocate */
1245 jvmtiError (JNICALL *Allocate) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1791 jvmtiError Allocate(jlong size, function in struct:_jvmtiEnv
1793 return functions->Allocate(this, size, mem_ptr);
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c103 error = JVMTI_FUNC_PTR(gdata->jvmti,Allocate)
/openjdk7/jdk/src/share/back/
H A Dutil.c1794 error = FUNC_PTR(gdata->jvmti,Allocate)

Completed in 466 milliseconds