Searched refs:TagFromObject (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | debugger.cc | 531 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, ObjPtr<mirror::Object> o) { in TagFromObject() function in art::Dbg 1203 *tag = TagFromObject(soa, o); in GetObjectTag() 1286 JDWP::JdwpTag specific_tag = (element != nullptr) ? TagFromObject(soa, element) in OutputArray() 2056 expandBufAdd1(pReply, TagFromObject(soa, value)); in OutputJValue() 2713 tag = TagFromObject(soa, o); in GetLocalValue() 4081 JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get()); in ExecuteMethodWithoutPendingException() 4105 result_tag = TagFromObject(soa, decoded_ref.Get()); in ExecuteMethodWithoutPendingException() 4110 result_tag = TagFromObject(soa, pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()
|
D | debugger.h | 724 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa,
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 1025 tag = Dbg::TagFromObject(soa, basket.thisPtr.Get()); in PostFieldEvent()
|