Home
last modified time | relevance | path

Searched refs:JdwpStepSize (Results 1 – 5 of 5) 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.h95 SingleStepControl(JDWP::JdwpStepSize step_size, JDWP::JdwpStepDepth step_depth, in SingleStepControl()
101 JDWP::JdwpStepSize GetStepSize() const { in GetStepSize()
127 const JDWP::JdwpStepSize step_size_;
597 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
Ddebugger.cc3728 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep()