• Home
  • Raw
  • Download

Lines Matching refs:Dbg

142   if (!Dbg::RequiresDeoptimization()) {  in NeedsFullDeoptimization()
209 Dbg::WatchLocation(&pMod->locationOnly.loc, &req); in RegisterEvent()
215 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth); in RegisterEvent()
226 Dbg::RequestDeoptimization(req); in RegisterEvent()
233 Dbg::RequestDeoptimization(req); in RegisterEvent()
249 Dbg::ManageDeoptimization(); in RegisterEvent()
270 Dbg::GetObjectRegistry()->Get<art::mirror::Class*>(loc.class_id, &error)); in UnregisterLocationEventsOnClass()
325 Dbg::UnwatchLocation(&pMod->locationOnly.loc, &req); in UnregisterEvent()
330 Dbg::UnconfigureStep(pMod->step.threadId); in UnregisterEvent()
338 Dbg::RequestDeoptimization(req); in UnregisterEvent()
345 Dbg::RequestDeoptimization(req); in UnregisterEvent()
372 Dbg::ManageDeoptimization(); in UnregisterEventById()
506 if (!Dbg::MatchThread(pMod->threadOnly.threadId, basket.thread)) { in ModsMatch()
511 if (!Dbg::MatchType(basket.locationClass.Get(), pMod->classOnly.refTypeId)) { in ModsMatch()
526 if (!Dbg::MatchLocation(pMod->locationOnly.loc, *basket.pLoc)) { in ModsMatch()
532 !Dbg::MatchType(basket.exceptionClass.Get(), pMod->exceptionOnly.refTypeId)) { in ModsMatch()
541 if (!Dbg::MatchField(pMod->fieldOnly.refTypeId, pMod->fieldOnly.fieldId, basket.field)) { in ModsMatch()
546 if (!Dbg::MatchThread(pMod->step.threadId, basket.thread)) { in ModsMatch()
551 if (!Dbg::MatchInstance(pMod->instanceOnly.objectId, basket.thisPtr.Get())) { in ModsMatch()
631 Dbg::SuspendVM(); in SuspendByPolicy()
643 Dbg::SuspendSelf(); in SuspendByPolicy()
649 DebugInvokeReq* const pReq = Dbg::GetInvokeReq(); in SuspendByPolicy()
655 Dbg::ExecuteMethod(pReq); in SuspendByPolicy()
664 CHECK_EQ(threadId, Dbg::GetThreadSelfId()) << "Only the current thread can suspend itself"; in SendRequestAndPossiblySuspend()
686 DebugInvokeReq* pReq = Dbg::GetInvokeReq(); in InvokeInProgress()
808 ObjectId threadId = Dbg::GetThreadSelfId(); in PostVMStart()
820 Dbg::ManageDeoptimization(); in PostVMStart()
835 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); in LogMatchingEventsAndThread()
847 Dbg::SetJdwpLocation(jdwp_location, event_location->method, event_location->dex_pc); in SetJdwpLocationFromEventLocation()
881 basket.className = Dbg::GetClassName(basket.locationClass.Get()); in PostLocationEvent()
913 if ((eventFlags & Dbg::kBreakpoint) != 0) { in PostLocationEvent()
916 if ((eventFlags & Dbg::kSingleStep) != 0) { in PostLocationEvent()
919 if ((eventFlags & Dbg::kMethodEntry) != 0) { in PostLocationEvent()
922 if ((eventFlags & Dbg::kMethodExit) != 0) { in PostLocationEvent()
933 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostLocationEvent()
953 Dbg::OutputMethodReturnValue(jdwp_location.method_id, returnValue, pReq); in PostLocationEvent()
962 Dbg::ManageDeoptimization(); in PostLocationEvent()
979 basket.className = Dbg::GetClassName(basket.locationClass.Get()); in PostFieldEvent()
995 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostFieldEvent()
996 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostFieldEvent()
999 FieldId field_id = Dbg::ToFieldId(field); in PostFieldEvent()
1008 << Dbg::GetClassName(field_id); in PostFieldEvent()
1010 << Dbg::GetFieldName(field_id); in PostFieldEvent()
1019 JDWP::JdwpTypeTag type_tag = Dbg::GetTypeTag(field->GetDeclaringClass()); in PostFieldEvent()
1025 tag = Dbg::TagFromObject(soa, basket.thisPtr.Get()); in PostFieldEvent()
1039 Dbg::OutputFieldValue(field_id, fieldValue, pReq); in PostFieldEvent()
1048 Dbg::ManageDeoptimization(); in PostFieldEvent()
1088 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostThreadChange()
1110 Dbg::ManageDeoptimization(); in PostThreadChange()
1160 basket.className = Dbg::GetClassName(basket.locationClass.Get()); in PostException()
1178 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostException()
1179 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostException()
1220 Dbg::ManageDeoptimization(); in PostException()
1236 basket.className = Dbg::GetClassName(basket.locationClass.Get()); in PostClassPrepare()
1251 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostClassPrepare()
1252 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in PostClassPrepare()
1259 JDWP::JdwpTypeTag tag = Dbg::GetTypeTag(basket.locationClass.Get()); in PostClassPrepare()
1302 Dbg::ManageDeoptimization(); in PostClassPrepare()