Searched refs:GetThreadFrameCount (Results 1 – 3 of 3) sorted by relevance
991 JdwpError error = Dbg::GetThreadFrameCount(thread_id, &actual_frame_count); in TR_Frames()1021 JdwpError rc = Dbg::GetThreadFrameCount(thread_id, &frame_count); in TR_FrameCount()
474 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result)
2348 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result) { in GetThreadFrameCount() function in art::Dbg