Searched refs:deallocate (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jdk/src/share/instrument/
H A DUtilities.h45 * This allocate must be paired with this deallocate. Used for our own working buffers.
52 deallocate(jvmtiEnv * jvmtienv, void * buffer);
H A DUtilities.c65 deallocate(jvmtiEnv * jvmtienv, void * buffer) { function
71 jplis_assert_msg(error == JVMTI_ERROR_NONE, "Can't deallocate memory");
H A DJPLISAgent.c328 deallocate(jvmtienv, agent);
351 deallocate(jvmti(agent), ourCopyOfAgentClassName);
462 deallocate(jvmti(agent), (void*)agent->mAgentClassName);
463 deallocate(jvmti(agent), (void*)agent->mOptionsString);
876 * so we need to deallocate it ourselves
879 deallocate( jvmti(agent),
1146 deallocate(retransformerEnv, (void*)classArray);
1225 deallocate(jvmtienv, (void*)classDefs);
1314 deallocate(jvmtienv, (void*)targetFiles);
1315 deallocate(jvmtien
[all...]
/openjdk7/jdk/src/share/demo/jvmti/agent_util/
H A Dagent_util.h64 void deallocate(jvmtiEnv *jvmti, void *ptr);
H A Dagent_util.c218 deallocate(jvmtiEnv *jvmti, void *ptr) function
223 check_jvmti_error(jvmti, error, "Cannot deallocate memory");
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DMonitor.cpp75 deallocate(jvmti, signature);
H A DThread.cpp67 deallocate(jvmti, info.name);
/openjdk7/jdk/src/share/demo/jvmti/heapViewer/
H A DheapViewer.c144 deallocate(jvmti, sig);
188 deallocate(jvmti, classes);
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.hpp136 void deallocate(void* p); // deallocates a block
H A Dheap.cpp221 void CodeHeap::deallocate(void* p) { function in class:CodeHeap
/openjdk7/jdk/src/share/demo/jvmti/heapTracker/
H A DheapTracker.c518 deallocate(jvmti, signature);
572 deallocate(jvmti, signature);
573 deallocate(jvmti, methodname);
574 deallocate(jvmti, methodsig);
575 deallocate(jvmti, filename);
576 deallocate(jvmti, lineTable);
831 *new_class_data = jvmti_space; /* VM will deallocate */
/openjdk7/jdk/src/share/demo/jvmti/java_crw_demo/
H A Djava_crw_demo.c309 CRW_FATAL(ci, "Cannot deallocate NULL");
348 deallocate(CrwClassImage *ci, void *ptr) function
351 CRW_FATAL(ci, "Cannot deallocate NULL");
1009 deallocate(ci, (void*)mi->map);
1013 deallocate(ci, (void*)mi->widening);
1020 deallocate(ci, (void*)mi->injections[i].code);
1024 deallocate(ci, (void*)mi->injections);
1028 deallocate(ci, (void*)mi);
2205 deallocate(ci, (void*)ci->name);
2209 deallocate(c
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp239 // A tag map can be big, deallocate it now
256 // A tag map can be big, deallocate it now
274 // and deallocate them
283 // This one isn't valid, remove it from the list and deallocate it
1056 deallocate((unsigned char*)ret.waiters);
1096 deallocate((unsigned char*)ret.waiters);
1097 deallocate((unsigned char*)ret.notify_waiters);
1151 _env->deallocate(_allocations->at(i));
H A DjvmtiEnvBase.hpp186 jvmtiError deallocate(unsigned char* mem) { function in class:JvmtiEnvBase
H A DjvmtiEnv.cpp133 return deallocate(mem);
1039 deallocate((unsigned char*)owned_monitors_list->at(i));
1088 deallocate((unsigned char*)owned_monitors_list->at(i));
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp625 void deallocate();
H A DsharedRuntime.cpp2219 entry->deallocate();
2523 void AdapterHandlerEntry::deallocate() { function in class:AdapterHandlerEntry
/openjdk7/jdk/src/share/demo/jvmti/mtrace/
H A Dmtrace.c179 deallocate(jvmti, (void*)info.name);
581 *new_class_data = jvmti_space; /* VM will deallocate */
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.cpp212 _heap->deallocate(cb);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.hpp1048 static void deallocate(JNIid* id);
H A DinstanceKlass.cpp1895 JNIid::deallocate(jni_ids());
1925 // deallocate information about previous versions
1935 // deallocate the cached class file
2511 void JNIid::deallocate(JNIid* current) { function in class:JNIid

Completed in 146 milliseconds