Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Dobject_registry.h64 return reinterpret_cast<T>(InternalGet(id)); in Get()
88 mirror::Object* InternalGet(JDWP::ObjectId id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dobject_registry.cc109 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id) { in InternalGet() function in art::ObjectRegistry