Searched refs:h_ref (Results 1 – 2 of 2) sorted by relevance
77 Handle<mirror::Object> h_ref(hs.NewHandle(ref)); in DoMonitorEnter()78 h_ref->MonitorEnter(self); in DoMonitorEnter()79 DCHECK(self->HoldsLock(h_ref.Get())); in DoMonitorEnter()81 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter()87 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()95 Handle<mirror::Object> h_ref(hs.NewHandle(ref)); in DoMonitorExit()96 h_ref->MonitorExit(self); in DoMonitorExit()99 frame->GetLockCountData().RemoveMonitorOrThrow(self, h_ref.Get()); in DoMonitorExit()
210 Handle<mirror::Object> h_ref; in TEST_F() local221 h_ref = hs.NewHandle(soa.Self()->DecodeJObject(result)); in TEST_F()226 rt.Add(h_ref.Get()); in TEST_F()