HomeSort by relevance Sort by last modified time
    Searched defs:ObjectRegistry (Results 1 - 3 of 3) sorted by null

  /art/runtime/jdwp/
object_registry.cc 36 ObjectRegistry::ObjectRegistry()
37 : lock_("ObjectRegistry lock", kJdwpObjectRegistryLock), next_id_(1) {
41 ObjectRegistry::~ObjectRegistry() {
45 JDWP::RefTypeId ObjectRegistry::AddRefType(ObjPtr<mirror::Class> c) {
49 JDWP::RefTypeId ObjectRegistry::AddRefType(Handle<mirror::Class> c_h) {
53 JDWP::ObjectId ObjectRegistry::Add(ObjPtr<mirror::Object> o) {
64 JDWP::ObjectId ObjectRegistry::Add(Handle<T> obj_h) {
75 JDWP::ObjectId ObjectRegistry::Add(Handle<mirror::Object> obj_h)
    [all...]
object_registry.h 62 class ObjectRegistry {
64 ObjectRegistry();
65 ~ObjectRegistry();
  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 26 * - The only object that is always guaranteed to be valid is the ObjectRegistry itself.
27 * - There may be more than one ObjectRegistry, and there may be more than one instance of any of
28 * the systems managed by ObjectRegistry allocated at once. For example, separate threads may
29 * maintain their own separate ObjectRegistry instances.
31 public class ObjectRegistry extends BaseObject {
63 public ObjectRegistry() {

Completed in 295 milliseconds