Searched defs:JvmtiAllocator (Results 1 – 2 of 2) sorted by relevance
44 template <typename T> class JvmtiAllocator; variable58 explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {} in JvmtiAllocator() function59 JvmtiAllocator() : env_(nullptr) {} in JvmtiAllocator() function62 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() function73 friend class JvmtiAllocator; variable95 explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {} in JvmtiAllocator() function96 JvmtiAllocator() : env_(nullptr) {} in JvmtiAllocator() function99 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() function157 friend class JvmtiAllocator; variable
44 class JvmtiAllocator; variable59 friend class JvmtiAllocator; variable