Searched refs:InternalGet (Results 1 – 2 of 2) sorted by relevance
64 return reinterpret_cast<T>(InternalGet(id)); in Get()88 mirror::Object* InternalGet(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
109 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) { in InternalGet() function in art::ObjectRegistry