Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Dobject_registry.h109 jobject GetJObject(JDWP::ObjectId id) REQUIRES_SHARED(Locks::mutator_lock_) REQUIRES(!lock_);
Dobject_registry.cc192 jobject ObjectRegistry::GetJObject(JDWP::ObjectId id) { in GetJObject() function in art::ObjectRegistry
/art/runtime/
Ddebugger.cc3650 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id); in ScopedDebuggerThreadSuspension()
3956 v.l = gRegistry->GetJObject(arg_values[i]); in PrepareInvokeMethod()