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.cc198 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); in RegisterEvent()
199 JdwpStepDepth depth = static_cast<JdwpStepDepth>(pMod->step.depth); in RegisterEvent()
200 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
278 Dbg::UnconfigureStep(pMod->step.threadId); in UnregisterEvent()
521 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) { in ModsMatch()
Djdwp_handler.cc1334 mod.step.threadId = thread_id; in ER_Set()
1335 mod.step.size = size; in ER_Set()
1336 mod.step.depth = depth; in ER_Set()