Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Dobject_registry.cc54 Handle<mirror::Object> obj_h(hs.NewHandle(o)); in InternalAdd() local
57 int32_t identity_hash_code = obj_h->IdentityHashCode(); in InternalAdd()
62 if (ContainsLocked(soa.Self(), obj_h.Get(), identity_hash_code, &entry)) { in InternalAdd()
77 jobject local_reference = soa.AddLocalReference<jobject>(obj_h.Get()); in InternalAdd()