Searched refs:JvmtiAllocator (Results 1 – 7 of 7) sorted by relevance
44 template <typename T> class JvmtiAllocator; variable47 class JvmtiAllocator<void> {55 typedef JvmtiAllocator<U> other;58 explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {} in JvmtiAllocator() function59 JvmtiAllocator() : env_(nullptr) {} in JvmtiAllocator() function62 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() function65 JvmtiAllocator(const JvmtiAllocator& other) = default;66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default;67 ~JvmtiAllocator() = default;73 friend class JvmtiAllocator; variable[all …]
44 class JvmtiAllocator; variable59 friend class JvmtiAllocator; variable
195 template <typename Storage, class Allocator = JvmtiAllocator<T>>213 using TagAllocator = JvmtiAllocator<std::pair<const art::GcRoot<art::mirror::Object>, T>>;
344 JvmtiAllocator<void> allocator(jvmti_env);345 ReleasableContainer<jobject, JvmtiAllocator<jobject>> selected_objects(allocator,347 ReleasableContainer<T, JvmtiAllocator<T>> selected_tags(allocator, initial_tag_size);
66 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook() class68 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {} in RedefineObjectHook() function in art::Test1959RedefineObjectInstrument::RedefineObjectHook::JvmtiAllocator83 JvmtiAllocator allocator(jvmti_env); in RedefineObjectHook()
79 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook() class81 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {} in RedefineObjectHook() function in art::Test980RedefineObject::RedefineObjectHook::JvmtiAllocator96 JvmtiAllocator allocator(jvmti_env); in RedefineObjectHook()
81 class JvmtiAllocator : public dex::Writer::Allocator { class83 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {} in JvmtiAllocator() function in forceredefine::__anon9333364f0111::JvmtiAllocator156 JvmtiAllocator allocator(jvmti); in CbClassFileLoadHook()