HomeSort by relevance Sort by last modified time
    Searched refs:JvmtiAllocator (Results 1 - 7 of 7) sorted by null

  /art/openjdkjvmti/
jvmti_allocator.h 44 template <typename T> class JvmtiAllocator;
47 class JvmtiAllocator<void> {
55 typedef JvmtiAllocator<U> other;
58 explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {}
59 JvmtiAllocator() : env_(nullptr) {}
62 JvmtiAllocator(const JvmtiAllocator<U>& other)
65 JvmtiAllocator(const JvmtiAllocator& other) = default;
66 JvmtiAllocator& operator=(const JvmtiAllocator& other) = default
    [all...]
ti_allocator.h 44 class JvmtiAllocator;
59 friend class JvmtiAllocator;
jvmti_weak_table.h 195 template <typename Storage, class Allocator = JvmtiAllocator<T>>
213 using TagAllocator = JvmtiAllocator<std::pair<const art::GcRoot<art::mirror::Object>, T>>;
jvmti_weak_table-inl.h 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);
  /art/test/1959-redefine-object-instrument/
fake_redef_object.cc 66 class JvmtiAllocator : public dex::Writer::Allocator {
68 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {}
83 JvmtiAllocator allocator(jvmti_env);
  /art/test/980-redefine-object/
redef_object.cc 79 class JvmtiAllocator : public dex::Writer::Allocator {
81 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {}
96 JvmtiAllocator allocator(jvmti_env);
  /art/tools/jvmti-agents/simple-force-redefine/
forceredefine.cc 81 class JvmtiAllocator : public dex::Writer::Allocator {
83 explicit JvmtiAllocator(jvmtiEnv* jvmti) : jvmti_(jvmti) {}
156 JvmtiAllocator allocator(jvmti);

Completed in 547 milliseconds