Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JDWP

25 #include "jdwp/jdwp.h"
46 JDWP::ObjectId id;
63 JDWP::ObjectId Add(mirror::Object* o)
65 JDWP::RefTypeId AddRefType(mirror::Class* c)
68 template<typename T> T Get(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) {
77 void DisableCollection(JDWP::ObjectId id)
80 void EnableCollection(JDWP::ObjectId id)
83 bool IsCollected(JDWP::ObjectId id)
86 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
94 jobject GetJObject(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
97 JDWP::ObjectId InternalAdd(mirror::Object* o)
101 mirror::Object* InternalGet(JDWP::ObjectId id)
119 SafeMap<JDWP::ObjectId, ObjectRegistryEntry*> id_to_entry_ GUARDED_BY(lock_);