Home
last modified time | relevance | path

Searched refs:InternalGet (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Dobject_registry.h90 return down_cast<T>(InternalGet(id, error)); in Get()
117 mirror::Object* InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error)
Dobject_registry.cc179 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error) { in InternalGet() function in art::ObjectRegistry