Home
last modified time | relevance | path

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

/art/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libart_*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libartd_*)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libart_*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libartd_*)
/art/runtime/jdwp/
Djdwp_event.h79 } step; member
Djdwp_event.cc210 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
211 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent()
212 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
290 Dbg::UnconfigureStep(pMod->step.threadId); in UnregisterEvent()
506 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) { in ModsMatch()
Djdwp_handler.cc1284 mod.step.threadId = thread_id; in ER_Set()
1285 mod.step.size = size; in ER_Set()
1286 mod.step.depth = depth; in ER_Set()