Home | History | Annotate | Download | only in jdwp

Lines Matching refs:JDWP

27 #include "jdwp/jdwp.h"
48 JDWP::ObjectId id;
65 JDWP::ObjectId Add(mirror::Object* o)
70 JDWP::RefTypeId AddRefType(mirror::Class* c)
76 JDWP::ObjectId Add(Handle<T> obj_h)
81 JDWP::RefTypeId AddRefType(Handle<mirror::Class> c_h)
86 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error)
89 *error = JDWP::ERR_NONE;
97 void DisableCollection(JDWP::ObjectId id)
100 void EnableCollection(JDWP::ObjectId id)
103 bool IsCollected(JDWP::ObjectId id)
106 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
111 jobject GetJObject(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
115 JDWP::ObjectId InternalAdd(Handle<T> obj_h)
121 mirror::Object* InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error)
139 SafeMap<JDWP::ObjectId, ObjectRegistryEntry*> id_to_entry_ GUARDED_BY(lock_);