Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h71 Handle<mirror::Object> h_ref(hs.NewHandle(ref)); in DoMonitorEnter()
72 h_ref->MonitorEnter(self); in DoMonitorEnter()
73 DCHECK(self->HoldsLock(h_ref.Get())); in DoMonitorEnter()
75 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter()
80 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()
89 Handle<mirror::Object> h_ref(hs.NewHandle(ref)); in DoMonitorExit()
90 h_ref->MonitorExit(self); in DoMonitorExit()
92 frame->GetLockCountData().RemoveMonitorOrThrow(self, h_ref.Get()); in DoMonitorExit()
/art/runtime/
Dreference_table_test.cc207 Handle<mirror::Object> h_ref; in TEST_F() local
218 h_ref = hs.NewHandle(soa.Self()->DecodeJObject(result)); in TEST_F()
223 rt.Add(h_ref.Get()); in TEST_F()