Home
last modified time | relevance | path

Searched defs:JvmtiAllocator (Results 1 – 5 of 5) sorted by relevance

/art/openjdkjvmti/
Djvmti_allocator.h44 template <typename T> class JvmtiAllocator; variable
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
73 friend class JvmtiAllocator; variable
95 explicit JvmtiAllocator(jvmtiEnv* env) : env_(env) {} in JvmtiAllocator() function
96 JvmtiAllocator() : env_(nullptr) {} in JvmtiAllocator() function
99 JvmtiAllocator(const JvmtiAllocator<U>& other) in JvmtiAllocator() function
157 friend class JvmtiAllocator; variable
Dti_allocator.h44 class JvmtiAllocator; variable
59 friend class JvmtiAllocator; variable
/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
/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
/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