Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h80 Handle<mirror::Object> h_ref(hs.NewHandle(ref)); in DoMonitorEnter()
81 h_ref->MonitorEnter(self); in DoMonitorEnter()
82 DCHECK(self->HoldsLock(h_ref.Get())); in DoMonitorEnter()
84 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter()
89 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()
98 Handle<mirror::Object> h_ref(hs.NewHandle(ref)); in DoMonitorExit()
99 h_ref->MonitorExit(self); in DoMonitorExit()
101 frame->GetLockCountData().RemoveMonitorOrThrow(self, h_ref.Get()); in DoMonitorExit()
/art/runtime/
Dreference_table_test.cc211 Handle<mirror::Object> h_ref; in TEST_F() local
222 h_ref = hs.NewHandle(soa.Self()->DecodeJObject(result)); in TEST_F()
227 rt.Add(h_ref.Get()); in TEST_F()