Home
last modified time | relevance | path

Searched refs:JvmtiAllocator (Results 1 – 4 of 4) sorted by relevance

/art/openjdkjvmti/
Djvmti_allocator.h44 template <typename T> class JvmtiAllocator; variable
47 class JvmtiAllocator<void> {
55 typedef JvmtiAllocator<U> other;
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
65 JvmtiAllocator(const JvmtiAllocator& other) = default;
66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default;
67 ~JvmtiAllocator() = default;
73 friend class JvmtiAllocator; variable
[all …]
Dti_allocator.h44 class JvmtiAllocator; variable
59 friend class JvmtiAllocator; variable
Djvmti_weak_table.h195 template <typename Storage, class Allocator = JvmtiAllocator<T>>
213 using TagAllocator = JvmtiAllocator<std::pair<const art::GcRoot<art::mirror::Object>, T>>;
Djvmti_weak_table-inl.h344 JvmtiAllocator<void> allocator(jvmti_env);
345 ReleasableContainer<jobject, JvmtiAllocator<jobject>> selected_objects(allocator,
347 ReleasableContainer<T, JvmtiAllocator<T>> selected_tags(allocator, initial_tag_size);