Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_constants.h175 enum JdwpStepSize { enum
179 std::ostream& operator<<(std::ostream& os, const JdwpStepSize& value);
Djdwp_event.cc213 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
Djdwp_handler.cc1316 << " size=" << JdwpStepSize(size) << " depth=" << JdwpStepDepth(depth); in ER_Set()
/art/runtime/
Ddebugger.h114 SingleStepControl(JDWP::JdwpStepSize step_size, JDWP::JdwpStepDepth step_depth, in SingleStepControl()
120 JDWP::JdwpStepSize GetStepSize() const { in GetStepSize()
146 const JDWP::JdwpStepSize step_size_;
617 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,