Searched refs:InternalGet (Results 1 – 2 of 2) sorted by relevance
90 return down_cast<T>(InternalGet(id, error)); in Get()117 mirror::Object* InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error)
179 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error) { in InternalGet() function in art::ObjectRegistry