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.cc198 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
Djdwp_handler.cc1332 << " size=" << JdwpStepSize(size) << " depth=" << JdwpStepDepth(depth); in ER_Set()
/art/runtime/
Ddebugger.h111 JDWP::JdwpStepSize step_size;
556 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
Ddebugger.cc3407 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep()