Home
last modified time | relevance | path

Searched refs:JvmtiAllocator (Results 1 – 7 of 7) 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);
/art/test/1959-redefine-object-instrument/
Dfake_redef_object.cc66 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook() class
68 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {} in RedefineObjectHook() function in art::Test1959RedefineObjectInstrument::RedefineObjectHook::JvmtiAllocator
83 JvmtiAllocator allocator(jvmti_env); in RedefineObjectHook()
/art/test/980-redefine-object/
Dredef_object.cc79 class JvmtiAllocator : public dex::Writer::Allocator { in RedefineObjectHook() class
81 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {} in RedefineObjectHook() function in art::Test980RedefineObject::RedefineObjectHook::JvmtiAllocator
96 JvmtiAllocator allocator(jvmti_env); in RedefineObjectHook()
/art/tools/jvmti-agents/simple-force-redefine/
Dforceredefine.cc81 class JvmtiAllocator : public dex::Writer::Allocator { class
83 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {} in JvmtiAllocator() function in forceredefine::__anon07d03a660111::JvmtiAllocator
156 JvmtiAllocator allocator(jvmti); in CbClassFileLoadHook()