Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h289 static JDWP::JdwpError GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply)
Ddebugger.cc830 JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetModifiers() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc420 return Dbg::GetModifiers(refTypeId, pReply); in RT_Modifiers()