Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc477 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) { in TagFromObject() function in art::Dbg
1134 *tag = TagFromObject(soa, o); in GetObjectTag()
1214 JDWP::JdwpTag specific_tag = (element != nullptr) ? TagFromObject(soa, element) in OutputArray()
2007 expandBufAdd1(pReply, TagFromObject(soa, value)); in OutputJValue()
2700 tag = TagFromObject(soa, o); in GetLocalValue()
4136 JDWP::JdwpTag new_tag = TagFromObject(soa, object_result.Get()); in ExecuteMethodWithoutPendingException()
4160 result_tag = TagFromObject(soa, decoded_ref.Get()); in ExecuteMethodWithoutPendingException()
4165 result_tag = TagFromObject(soa, pReq->receiver.Read()); in ExecuteMethodWithoutPendingException()
Ddebugger.h692 static JDWP::JdwpTag TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o)
/art/runtime/jdwp/
Djdwp_event.cc1025 tag = Dbg::TagFromObject(soa, basket.thisPtr.Get()); in PostFieldEvent()