Home | History | Annotate | Download | only in jdwp

Lines Matching defs:id

47   // The corresponding id, so we only need one map lookup in Add.
48 JDWP::ObjectId id;
82 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error)
84 if (id == 0) {
88 return down_cast<T>(InternalGet(id, error));
93 void DisableCollection(JDWP::ObjectId id)
96 void EnableCollection(JDWP::ObjectId id)
99 bool IsCollected(JDWP::ObjectId id)
102 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
107 jobject GetJObject(JDWP::ObjectId id) SHARED_REQUIRES(Locks::mutator_lock_) REQUIRES(!lock_);
115 mirror::Object* InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error)