Searched refs:object_free (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_object.h50 ObjectKind object_free(ObjectIndex index);
H A Dhprof_object.c242 object_free(ObjectIndex index) function
H A Dhprof_init.c1003 (void)object_free(object_index);
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DAgent.hpp70 void object_free(jvmtiEnv* jvmti, jlong tag);
H A Dwaiters.cpp235 object_free(jvmtiEnv* jvmti, jlong tag) function
239 get_agent(jvmti)->object_free(jvmti, tag);
280 callbacks.ObjectFree = &object_free;
H A DAgent.cpp212 void Agent::object_free(jvmtiEnv* jvmti, jlong tag) function in class:Agent

Completed in 38 milliseconds