• Home
  • Raw
  • Download

Lines Matching refs:Dbg

165       Dbg::UpdateDebugger(thread, this_object.Get(), method, 0, Dbg::kMethodEntry, nullptr);  in MethodEntered()
179 uint32_t events = Dbg::kMethodExit; in MethodExited()
183 events |= Dbg::kMethodEntry; in MethodExited()
186 Dbg::UpdateDebugger(thread, this_object.Get(), method, dex_pc, events, &return_value); in MethodExited()
215 events = Dbg::kMethodEntry; in DexPcMoved()
218 Dbg::UpdateDebugger(thread, this_object.Get(), method, new_dex_pc, events, nullptr); in DexPcMoved()
228 Dbg::PostFieldAccessEvent(method, dex_pc, this_object.Get(), field); in FieldRead()
238 Dbg::PostFieldModificationEvent(method, dex_pc, this_object.Get(), field, &field_value); in FieldWritten()
244 Dbg::PostException(exception_object.Get()); in ExceptionCaught()
283 return (Dbg::GetInstrumentationEvents() & event) != 0; in IsListeningTo()
305 static Dbg::HpifWhen gDdmHpifWhen = Dbg::HPIF_WHEN_NEVER;
306 static Dbg::HpsgWhen gDdmHpsgWhen = Dbg::HPSG_WHEN_NEVER;
307 static Dbg::HpsgWhat gDdmHpsgWhat;
308 static Dbg::HpsgWhen gDdmNhsgWhen = Dbg::HPSG_WHEN_NEVER;
309 static Dbg::HpsgWhat gDdmNhsgWhat;
311 bool Dbg::gDebuggerActive = false;
312 bool Dbg::gDisposed = false;
313 ObjectRegistry* Dbg::gRegistry = nullptr;
316 std::vector<DeoptimizationRequest> Dbg::deoptimization_requests_;
317 size_t Dbg::full_deoptimization_event_count_ = 0;
320 size_t Dbg::dex_pc_change_event_ref_count_ = 0;
321 size_t Dbg::method_enter_event_ref_count_ = 0;
322 size_t Dbg::method_exit_event_ref_count_ = 0;
323 size_t Dbg::field_read_event_ref_count_ = 0;
324 size_t Dbg::field_write_event_ref_count_ = 0;
325 size_t Dbg::exception_catch_event_ref_count_ = 0;
326 uint32_t Dbg::instrumentation_events_ = 0;
328 Dbg::DbgThreadLifecycleCallback Dbg::thread_lifecycle_callback_;
329 Dbg::DbgClassLoadCallback Dbg::class_load_callback_;
370 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error); in DecodeNonNullArray()
385 mirror::Object* o = Dbg::GetObjectRegistry()->Get<mirror::Object*>(id, error); in DecodeClass()
402 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error); in DecodeThread()
482 JDWP::JdwpTag Dbg::TagFromObject(const ScopedObjectAccessUnchecked& soa, mirror::Object* o) { in TagFromObject()
503 void Dbg::StartJdwp() { in StartJdwp()
531 void Dbg::StopJdwp() { in StopJdwp()
545 void Dbg::GcDidFinish() { in GcDidFinish()
563 void Dbg::SetJdwpAllowed(bool allowed) { in SetJdwpAllowed()
567 bool Dbg::IsJdwpAllowed() { in IsJdwpAllowed()
571 DebugInvokeReq* Dbg::GetInvokeReq() { in GetInvokeReq()
575 Thread* Dbg::GetDebugThread() { in GetDebugThread()
579 void Dbg::ClearWaitForEventThread() { in ClearWaitForEventThread()
583 void Dbg::Connected() { in Connected()
590 bool Dbg::RequiresDeoptimization() { in RequiresDeoptimization()
596 void Dbg::GoActive() { in GoActive()
645 void Dbg::Disconnected() { in Disconnected()
690 void Dbg::ConfigureJdwp(const JDWP::JdwpOptions& jdwp_options) { in ConfigureJdwp()
696 bool Dbg::IsJdwpConfigured() { in IsJdwpConfigured()
700 int64_t Dbg::LastDebuggerActivity() { in LastDebuggerActivity()
704 void Dbg::UndoDebuggerSuspensions() { in UndoDebuggerSuspensions()
708 std::string Dbg::GetClassName(JDWP::RefTypeId class_id) { in GetClassName()
724 std::string Dbg::GetClassName(mirror::Class* klass) { in GetClassName()
732 JDWP::JdwpError Dbg::GetClassObject(JDWP::RefTypeId id, JDWP::ObjectId* class_object_id) { in GetClassObject()
743 JDWP::JdwpError Dbg::GetSuperclass(JDWP::RefTypeId id, JDWP::RefTypeId* superclass_id) { in GetSuperclass()
759 JDWP::JdwpError Dbg::GetClassLoader(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetClassLoader()
769 JDWP::JdwpError Dbg::GetModifiers(JDWP::RefTypeId id, JDWP::ExpandBuf* pReply) { in GetModifiers()
790 JDWP::JdwpError Dbg::GetMonitorInfo(JDWP::ObjectId object_id, JDWP::ExpandBuf* reply) { in GetMonitorInfo()
820 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, in GetOwnedMonitors()
870 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, in GetContendedMonitor()
889 JDWP::JdwpError Dbg::GetInstanceCounts(const std::vector<JDWP::RefTypeId>& class_ids, in GetInstanceCounts()
909 JDWP::JdwpError Dbg::GetInstances(JDWP::RefTypeId class_id, int32_t max_count, in GetInstances()
928 JDWP::JdwpError Dbg::GetReferringObjects(JDWP::ObjectId object_id, int32_t max_count, in GetReferringObjects()
946 JDWP::JdwpError Dbg::DisableCollection(JDWP::ObjectId object_id) { in DisableCollection()
956 JDWP::JdwpError Dbg::EnableCollection(JDWP::ObjectId object_id) { in EnableCollection()
970 JDWP::JdwpError Dbg::IsCollected(JDWP::ObjectId object_id, bool* is_collected) { in IsCollected()
986 void Dbg::DisposeObject(JDWP::ObjectId object_id, uint32_t reference_count) { in DisposeObject()
990 JDWP::JdwpTypeTag Dbg::GetTypeTag(ObjPtr<mirror::Class> klass) { in GetTypeTag()
1001 JDWP::JdwpError Dbg::GetReflectedType(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in GetReflectedType()
1023 classes_->push_back(Dbg::GetObjectRegistry()->AddRefType(c)); in operator ()()
1032 void Dbg::GetClassList(std::vector<JDWP::RefTypeId>* classes) { in GetClassList()
1037 JDWP::JdwpError Dbg::GetClassInfo(JDWP::RefTypeId class_id, JDWP::JdwpTypeTag* pTypeTag, in GetClassInfo()
1064 void Dbg::FindLoadedClassBySignature(const char* descriptor, std::vector<JDWP::RefTypeId>* ids) { in FindLoadedClassBySignature()
1073 JDWP::JdwpError Dbg::GetReferenceType(JDWP::ObjectId object_id, JDWP::ExpandBuf* pReply) { in GetReferenceType()
1089 JDWP::JdwpError Dbg::GetSignature(JDWP::RefTypeId class_id, std::string* signature) { in GetSignature()
1100 JDWP::JdwpError Dbg::GetSourceDebugExtension(JDWP::RefTypeId class_id, in GetSourceDebugExtension()
1117 JDWP::JdwpError Dbg::GetSourceFile(JDWP::RefTypeId class_id, std::string* result) { in GetSourceFile()
1131 JDWP::JdwpError Dbg::GetObjectTag(JDWP::ObjectId object_id, uint8_t* tag) { in GetObjectTag()
1143 size_t Dbg::GetTagWidth(JDWP::JdwpTag tag) { in GetTagWidth()
1173 JDWP::JdwpError Dbg::GetArrayLength(JDWP::ObjectId array_id, int32_t* length) { in GetArrayLength()
1183 JDWP::JdwpError Dbg::OutputArray(JDWP::ObjectId array_id, int offset, int count, JDWP::ExpandBuf* p… in OutputArray()
1241 JDWP::JdwpError Dbg::SetArrayElements(JDWP::ObjectId array_id, int offset, int count, in SetArrayElements()
1285 JDWP::JdwpError Dbg::CreateString(const std::string& str, JDWP::ObjectId* new_string_id) { in CreateString()
1299 JDWP::JdwpError Dbg::CreateObject(JDWP::RefTypeId class_id, JDWP::ObjectId* new_object_id) { in CreateObject()
1329 JDWP::JdwpError Dbg::CreateArrayObject(JDWP::RefTypeId array_class_id, uint32_t length, in CreateArrayObject()
1353 JDWP::FieldId Dbg::ToFieldId(const ArtField* f) { in ToFieldId()
1373 bool Dbg::MatchThread(JDWP::ObjectId expected_thread_id, Thread* event_thread) { in MatchThread()
1381 bool Dbg::MatchLocation(const JDWP::JdwpLocation& expected_location, in MatchLocation()
1390 bool Dbg::MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id) { in MatchType()
1400 bool Dbg::MatchField(JDWP::RefTypeId expected_type_id, JDWP::FieldId expected_field_id, in MatchField()
1406 return Dbg::MatchType(event_field->GetDeclaringClass(), expected_type_id); in MatchField()
1409 bool Dbg::MatchInstance(JDWP::ObjectId expected_instance_id, mirror::Object* event_instance) { in MatchInstance()
1415 void Dbg::SetJdwpLocation(JDWP::JdwpLocation* location, ArtMethod* m, uint32_t dex_pc) { in SetJdwpLocation()
1428 std::string Dbg::GetMethodName(JDWP::MethodId method_id) { in GetMethodName()
1436 bool Dbg::IsMethodObsolete(JDWP::MethodId method_id) { in IsMethodObsolete()
1445 std::string Dbg::GetFieldName(JDWP::FieldId field_id) { in GetFieldName()
1530 JDWP::JdwpError Dbg::OutputDeclaredFields(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredFields()
1558 JDWP::JdwpError Dbg::OutputDeclaredMethods(JDWP::RefTypeId class_id, bool with_generic, in OutputDeclaredMethods()
1584 JDWP::JdwpError Dbg::OutputDeclaredInterfaces(JDWP::RefTypeId class_id, JDWP::ExpandBuf* pReply) { in OutputDeclaredInterfaces()
1601 void Dbg::OutputLineTable(JDWP::RefTypeId, JDWP::MethodId method_id, JDWP::ExpandBuf* pReply) { in OutputLineTable()
1645 void Dbg::OutputVariableTable(JDWP::RefTypeId, JDWP::MethodId method_id, bool with_generic, in OutputVariableTable()
1704 void Dbg::OutputMethodReturnValue(JDWP::MethodId method_id, const JValue* return_value, in OutputMethodReturnValue()
1711 void Dbg::OutputFieldValue(JDWP::FieldId field_id, const JValue* field_value, in OutputFieldValue()
1718 JDWP::JdwpError Dbg::GetBytecodes(JDWP::RefTypeId, JDWP::MethodId method_id, in GetBytecodes()
1734 JDWP::JdwpTag Dbg::GetFieldBasicTag(JDWP::FieldId field_id) { in GetFieldBasicTag()
1738 JDWP::JdwpTag Dbg::GetStaticFieldBasicTag(JDWP::FieldId field_id) { in GetStaticFieldBasicTag()
1800 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error))); in GetFieldValueImpl()
1843 Dbg::OutputJValue(tag, &field_value, pReply); in GetFieldValueImpl()
1847 JDWP::JdwpError Dbg::GetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, in GetFieldValue()
1852 JDWP::JdwpError Dbg::GetStaticFieldValue(JDWP::RefTypeId ref_type_id, JDWP::FieldId field_id, in GetStaticFieldValue()
1899 mirror::Object* v = Dbg::GetObjectRegistry()->Get<mirror::Object*>(value, &error); in SetArtFieldValue()
1934 o(hs.NewHandle(Dbg::GetObjectRegistry()->Get<mirror::Object*>(object_id, &error))); in SetFieldValueImpl()
1965 JDWP::JdwpError Dbg::SetFieldValue(JDWP::ObjectId object_id, JDWP::FieldId field_id, uint64_t value, in SetFieldValue()
1970 JDWP::JdwpError Dbg::SetStaticFieldValue(JDWP::FieldId field_id, uint64_t value, int width) { in SetStaticFieldValue()
1974 JDWP::JdwpError Dbg::StringToUtf8(JDWP::ObjectId string_id, std::string* str) { in StringToUtf8()
1996 void Dbg::OutputJValue(JDWP::JdwpTag tag, const JValue* return_value, JDWP::ExpandBuf* pReply) { in OutputJValue()
2018 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName()
2038 JDWP::JdwpError Dbg::GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadGroup()
2068 mirror::Object* thread_group = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_group_id, in DecodeThreadGroup()
2089 JDWP::JdwpError Dbg::GetThreadGroupName(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupName()
2106 JDWP::JdwpError Dbg::GetThreadGroupParent(JDWP::ObjectId thread_group_id, JDWP::ExpandBuf* pReply) { in GetThreadGroupParent()
2149 ObjectRegistry* registry = Dbg::GetObjectRegistry(); in GetChildThreadGroups()
2155 JDWP::JdwpError Dbg::GetThreadGroupChildren(JDWP::ObjectId thread_group_id, in GetThreadGroupChildren()
2187 JDWP::ObjectId Dbg::GetSystemThreadGroupId() { in GetSystemThreadGroupId()
2194 JDWP::JdwpThreadStatus Dbg::ToJdwpThreadStatus(ThreadState state) { in ToJdwpThreadStatus()
2232 JDWP::JdwpError Dbg::GetThreadStatus(JDWP::ObjectId thread_id, JDWP::JdwpThreadStatus* pThreadStatu… in GetThreadStatus()
2256 JDWP::JdwpError Dbg::GetThreadDebugSuspendCount(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply) { in GetThreadDebugSuspendCount()
2268 JDWP::JdwpError Dbg::Interrupt(JDWP::ObjectId thread_id) { in Interrupt()
2291 void Dbg::GetThreads(mirror::Object* thread_group, std::vector<JDWP::ObjectId>* thread_ids) { in GetThreads()
2299 if (t == Dbg::GetDebugThread()) { in GetThreads()
2346 JDWP::JdwpError Dbg::GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result) { in GetThreadFrameCount()
2361 JDWP::JdwpError Dbg::GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame, in GetThreadFrames()
2416 JDWP::ObjectId Dbg::GetThreadSelfId() { in GetThreadSelfId()
2420 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { in GetThreadId()
2425 void Dbg::SuspendVM() { in SuspendVM()
2433 void Dbg::ResumeVM() { in ResumeVM()
2437 JDWP::JdwpError Dbg::SuspendThread(JDWP::ObjectId thread_id, bool request_suspension) { in SuspendThread()
2464 void Dbg::ResumeThread(JDWP::ObjectId thread_id) { in ResumeThread()
2489 void Dbg::SuspendSelf() { in SuspendSelf()
2515 JDWP::JdwpError Dbg::GetThisObject(JDWP::ObjectId thread_id, JDWP::FrameId frame_id, in GetThisObject()
2570 JDWP::JdwpError Dbg::GetLocalValues(JDWP::Request* request, JDWP::ExpandBuf* pReply) { in GetLocalValues()
2600 size_t width = Dbg::GetTagWidth(reqSigByte); in GetLocalValues()
2602 error = Dbg::GetLocalValue(visitor, soa, slot, reqSigByte, ptr, width); in GetLocalValues()
2626 JDWP::JdwpError Dbg::GetLocalValue(const StackVisitor& visitor, ScopedObjectAccessUnchecked& soa, in GetLocalValue()
2741 JDWP::JdwpError Dbg::SetLocalValues(JDWP::Request* request) { in SetLocalValues()
2767 size_t width = Dbg::GetTagWidth(sigByte); in SetLocalValues()
2771 error = Dbg::SetLocalValue(thread, visitor, slot, sigByte, value, width); in SetLocalValues()
2789 JDWP::JdwpError Dbg::SetLocalValue(Thread* thread, StackVisitor& visitor, int slot, in SetLocalValue()
2886 void Dbg::PostLocationEvent(ArtMethod* m, int dex_pc, mirror::Object* this_object, in PostLocationEvent()
2919 void Dbg::PostFieldAccessEvent(ArtMethod* m, int dex_pc, in PostFieldAccessEvent()
2933 void Dbg::PostFieldModificationEvent(ArtMethod* m, int dex_pc, in PostFieldModificationEvent()
3033 void Dbg::PostException(mirror::Throwable* exception_object) { in PostException()
3052 void Dbg::PostClassPrepare(mirror::Class* c) { in PostClassPrepare()
3059 void Dbg::UpdateDebugger(Thread* thread, mirror::Object* this_object, in UpdateDebugger()
3132 Dbg::PostLocationEvent(m, dex_pc, this_object, event_flags, return_value); in UpdateDebugger()
3136 size_t* Dbg::GetReferenceCounterForEvent(uint32_t instrumentation_event) { in GetReferenceCounterForEvent()
3156 void Dbg::ProcessDeoptimizationRequest(const DeoptimizationRequest& request) { in ProcessDeoptimizationRequest()
3201 void Dbg::RequestDeoptimization(const DeoptimizationRequest& req) { in RequestDeoptimization()
3210 void Dbg::RequestDeoptimizationLocked(const DeoptimizationRequest& req) { in RequestDeoptimizationLocked()
3280 void Dbg::ManageDeoptimization() { in ManageDeoptimization()
3320 bool Dbg::MethodHasAnyBreakpoints(ArtMethod* method) { in MethodHasAnyBreakpoints()
3358 if (!Dbg::RequiresDeoptimization()) { in GetRequiredDeoptimizationKind()
3411 void Dbg::WatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in WatchLocation()
3446 void Dbg::UnwatchLocation(const JDWP::JdwpLocation* location, DeoptimizationRequest* req) { in UnwatchLocation()
3488 bool Dbg::IsForcedInterpreterNeededForCallingImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForCallingImpl()
3508 bool Dbg::IsForcedInterpreterNeededForResolutionImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForResolutionImpl()
3542 bool Dbg::IsForcedInstrumentationNeededForResolutionImpl(Thread* thread, ArtMethod* m) { in IsForcedInstrumentationNeededForResolutionImpl()
3579 bool Dbg::IsForcedInterpreterNeededForUpcallImpl(Thread* thread, ArtMethod* m) { in IsForcedInterpreterNeededForUpcallImpl()
3664 bool Dbg::IsForcedInterpreterNeededForExceptionImpl(Thread* thread) { in IsForcedInterpreterNeededForExceptionImpl()
3697 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id); in ScopedDebuggerThreadSuspension()
3739 JDWP::JdwpError Dbg::ConfigureStep(JDWP::ObjectId thread_id, JDWP::JdwpStepSize step_size, in ConfigureStep()
3866 void Dbg::UnconfigureStep(JDWP::ObjectId thread_id) { in UnconfigureStep()
3904 JDWP::JdwpError Dbg::PrepareInvokeMethod(uint32_t request_id, JDWP::ObjectId thread_id, in PrepareInvokeMethod()
4057 void Dbg::ExecuteMethod(DebugInvokeReq* pReq) { in ExecuteMethod()
4099 void Dbg::ExecuteMethodWithoutPendingException(ScopedObjectAccess& soa, DebugInvokeReq* pReq) { in ExecuteMethodWithoutPendingException()
4203 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string); in ExecuteMethodWithoutPendingException()
4217 void Dbg::BuildInvokeReply(JDWP::ExpandBuf* pReply, uint32_t request_id, JDWP::JdwpTag result_tag, in BuildInvokeReply()
4238 void Dbg::FinishInvokeMethod(DebugInvokeReq* pReq) { in FinishInvokeMethod()
4272 bool Dbg::DdmHandlePacket(JDWP::Request* request, uint8_t** pReplyBuf, int* pReplyLen) { in DdmHandlePacket()
4352 void Dbg::DdmBroadcast(bool connect) { in DdmBroadcast()
4373 void Dbg::DdmConnected() { in DdmConnected()
4374 Dbg::DdmBroadcast(true); in DdmConnected()
4377 void Dbg::DdmDisconnected() { in DdmDisconnected()
4378 Dbg::DdmBroadcast(false); in DdmDisconnected()
4388 void Dbg::DdmSendThreadNotification(Thread* t, uint32_t type) { in DdmSendThreadNotification()
4396 Dbg::DdmSendChunk(CHUNK_TYPE("THDE"), 4, buf); in DdmSendThreadNotification()
4415 Dbg::DdmSendChunk(type, bytes); in DdmSendThreadNotification()
4419 void Dbg::DdmSetThreadNotification(bool enable) { in DdmSetThreadNotification()
4436 Dbg::DdmSendThreadNotification(thread, CHUNK_TYPE("THCR")); in DdmSetThreadNotification()
4443 void Dbg::PostThreadStartOrStop(Thread* t, uint32_t type) { in PostThreadStartOrStop()
4447 Dbg::DdmSendThreadNotification(t, type); in PostThreadStartOrStop()
4450 void Dbg::PostThreadStart(Thread* t) { in PostThreadStart()
4451 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THCR")); in PostThreadStart()
4454 void Dbg::PostThreadDeath(Thread* t) { in PostThreadDeath()
4455 Dbg::PostThreadStartOrStop(t, CHUNK_TYPE("THDE")); in PostThreadDeath()
4458 void Dbg::DdmSendChunk(uint32_t type, size_t byte_count, const uint8_t* buf) { in DdmSendChunk()
4463 Dbg::DdmSendChunkV(type, vec, 1); in DdmSendChunk()
4466 void Dbg::DdmSendChunk(uint32_t type, const std::vector<uint8_t>& bytes) { in DdmSendChunk()
4470 void Dbg::DdmSendChunkV(uint32_t type, const iovec* iov, int iov_count) { in DdmSendChunkV()
4478 JDWP::JdwpState* Dbg::GetJdwpState() { in GetJdwpState()
4482 int Dbg::DdmHandleHpifChunk(HpifWhen when) { in DdmHandleHpifChunk()
4497 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk()
4518 void Dbg::DdmSendHeapInfo(HpifWhen reason) { in DdmSendHeapInfo()
4555 Dbg::DdmSendChunk(CHUNK_TYPE("HPIF"), bytes); in DdmSendHeapInfo()
4641 Dbg::DdmSendChunk(type_, p_ - &buf_[0], &buf_[0]); in Flush()
4817 void Dbg::DdmSendHeapSegments(bool native) { in DdmSendHeapSegments()
4818 Dbg::HpsgWhen when = native ? gDdmNhsgWhen : gDdmHpsgWhen; in DdmSendHeapSegments()
4819 Dbg::HpsgWhat what = native ? gDdmNhsgWhat : gDdmHpsgWhat; in DdmSendHeapSegments()
4830 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHST") : CHUNK_TYPE("HPST"), sizeof(heap_id), heap_id); in DdmSendHeapSegments()
4889 Dbg::DdmSendChunk(native ? CHUNK_TYPE("NHEN") : CHUNK_TYPE("HPEN"), sizeof(heap_id), heap_id); in DdmSendHeapSegments()
4892 void Dbg::SetAllocTrackingEnabled(bool enable) { in SetAllocTrackingEnabled()
4896 void Dbg::DumpRecentAllocations() { in DumpRecentAllocations()
5084 jbyteArray Dbg::GetRecentAllocations() { in GetRecentAllocations()
5247 void Dbg::VisitRoots(RootVisitor* visitor) { in VisitRoots()
5256 void Dbg::DbgThreadLifecycleCallback::ThreadStart(Thread* self) { in ThreadStart()
5257 Dbg::PostThreadStart(self); in ThreadStart()
5260 void Dbg::DbgThreadLifecycleCallback::ThreadDeath(Thread* self) { in ThreadDeath()
5261 Dbg::PostThreadDeath(self); in ThreadDeath()
5264 void Dbg::DbgClassLoadCallback::ClassLoad(Handle<mirror::Class> klass ATTRIBUTE_UNUSED) { in ClassLoad()
5267 void Dbg::DbgClassLoadCallback::ClassPrepare(Handle<mirror::Class> temp_klass ATTRIBUTE_UNUSED, in ClassPrepare()
5269 Dbg::PostClassPrepare(klass.Get()); in ClassPrepare()