Home
last modified time | relevance | path

Searched defs:ObjectId (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp.h48 typedef uint64_t ObjectId; /* any object (threadID, stringID, arrayID, etc) */ typedef
/art/runtime/
Ddebugger.cc2587 void Dbg::UnconfigureStep(JDWP::ObjectId /*thread_id*/) { in UnconfigureStep()