Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_common.h75 Handle<mirror::Object> h_ref(hs.NewHandle(ref)); in DoMonitorEnter()
76 h_ref->MonitorEnter(self); in DoMonitorEnter()
77 DCHECK(self->HoldsLock(h_ref.Get())); in DoMonitorEnter()
79 bool unlocked = h_ref->MonitorExit(self); in DoMonitorEnter()
84 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()
93 Handle<mirror::Object> h_ref(hs.NewHandle(ref)); in DoMonitorExit()
94 h_ref->MonitorExit(self); in DoMonitorExit()
96 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()