Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4103 Handle<mirror::Object> decoded_ref = hs.NewHandle(soa.Self()->DecodeJObject(ref.get())); in ExecuteMethodWithoutPendingException() local
4104 result_value = gRegistry->Add(decoded_ref); in ExecuteMethodWithoutPendingException()
4105 result_tag = TagFromObject(soa, decoded_ref.Get()); in ExecuteMethodWithoutPendingException()