Home
last modified time | relevance | path

Searched refs:GetThreadFrames (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.h494 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
Ddebugger.cc2400 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, in GetThreadFrames() function in art::Dbg
/art/runtime/jdwp/
Djdwp_handler.cc1037 return Dbg::GetThreadFrames(thread_id, start_frame, length, pReply); in TR_Frames()