Searched refs:JdwpStepSize (Results 1 – 5 of 5) sorted by relevance
175 enum JdwpStepSize { enum179 std::ostream& operator<<(std::ostream& os, const JdwpStepSize& value);
198 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
1332 << " size=" << JdwpStepSize(size) << " depth=" << JdwpStepDepth(depth); in ER_Set()
111 JDWP::JdwpStepSize step_size;556 static JDWP::JdwpError ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize size,
3407 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep()