Home
last modified time | relevance | path

Searched defs:JvmtiAllocator (Results 1 – 2 of 2) sorted by relevance

/art/openjdkjvmti/
Djvmti_allocator.h44 template <typename T> class JvmtiAllocator; variable
58 explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {} in JvmtiAllocator() function
59 JvmtiAllocator() : env_(nullptr) {} in JvmtiAllocator() function
62 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() function
73 friend class JvmtiAllocator; variable
95 explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {} in JvmtiAllocator() function
96 JvmtiAllocator() : env_(nullptr) {} in JvmtiAllocator() function
99 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() function
157 friend class JvmtiAllocator; variable
Dti_allocator.h44 class JvmtiAllocator; variable
59 friend class JvmtiAllocator; variable