Lines Matching refs:ObjectId
49 JDWP::ObjectId id;
67 JDWP::ObjectId Add(ObjPtr<mirror::Object> o)
76 JDWP::ObjectId Add(Handle<T> obj_h)
84 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error) in Get()
95 void DisableCollection(JDWP::ObjectId id)
98 void EnableCollection(JDWP::ObjectId id)
101 bool IsCollected(JDWP::ObjectId id)
104 void DisposeObject(JDWP::ObjectId id, uint32_t reference_count)
109 jobject GetJObject(JDWP::ObjectId id) REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!lock_);
113 JDWP::ObjectId InternalAdd(Handle<T> obj_h)
117 mirror::Object* InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error)
134 SafeMap<JDWP::ObjectId, ObjectRegistryEntry*> id_to_entry_ GUARDED_BY(lock_);