Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_handler.cc987 uint32_t start_frame = request->ReadUnsigned32("start frame"); in TR_Frames() local
/art/runtime/
Ddebugger.cc2363 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames()