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

/art/runtime/jdwp/
H A Dobject_registry.cc57 JDWP::ObjectId ObjectRegistry::Add(Handle<T> obj_h) { argument
58 if (obj_h.Get() == nullptr) {
61 return InternalAdd(obj_h);
68 JDWP::ObjectId ObjectRegistry::Add(Handle<mirror::Object> obj_h);
73 JDWP::ObjectId ObjectRegistry::Add(Handle<mirror::Throwable> obj_h);
76 JDWP::ObjectId ObjectRegistry::InternalAdd(Handle<T> obj_h) { argument
77 CHECK(obj_h.Get() != nullptr);
87 int32_t identity_hash_code = obj_h->IdentityHashCode();
92 if (ContainsLocked(soa.Self(), obj_h.Get(), identity_hash_code, &entry)) {
107 jobject local_reference = soa.AddLocalReference<jobject>(obj_h
[all...]
H A Dobject_registry.h74 JDWP::ObjectId Add(Handle<T> obj_h)
111 JDWP::ObjectId InternalAdd(Handle<T> obj_h)

Completed in 80 milliseconds