Home
last modified time | relevance | path

Searched defs:Deallocate (Results 1 – 4 of 4) sorted by relevance

/art/test/ti-agent/
Djvmti_helper.h75 static inline jvmtiError Deallocate(jvmtiEnv* env, T* mem) { in Deallocate() function
/art/openjdkjvmti/
Dti_allocator.cc83 jvmtiError AllocUtil::Deallocate(jvmtiEnv* env ATTRIBUTE_UNUSED, unsigned char* mem) { in Deallocate() function in openjdkjvmti::AllocUtil
DOpenjdkJvmTi.cc134 static jvmtiError Deallocate(jvmtiEnv* env, unsigned char* mem) { in Deallocate() function in openjdkjvmti::JvmtiFunctions
/art/openjdkjvmti/include/
Djvmti.h1796 jvmtiError Deallocate(unsigned char* mem) { in Deallocate() function