Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc308 static JDWP::JdwpTag TagFromObject(const mirror::Object* o) in TagFromObject() function
956 tag = TagFromObject(o); in GetObjectTag()
1037 JDWP::JdwpTag specific_tag = (element != NULL) ? TagFromObject(element) : tag; in OutputArray()
1492 expandBufAdd1(pReply, TagFromObject(value)); in GetFieldValueImpl()
2100 tag_ = TagFromObject(o); in GetLocalValue()
2856 JDWP::JdwpTag new_tag = TagFromObject(pReq->result_value.GetL()); in ExecuteMethod()