Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h108 enum HpsgWhen { enum
116 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
Ddebugger.cc106 static Dbg::HpsgWhen gDdmHpsgWhen = Dbg::HPSG_WHEN_NEVER;
108 static Dbg::HpsgWhen gDdmNhsgWhen = Dbg::HPSG_WHEN_NEVER;
385 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk()
709 Dbg::HpsgWhen when = native ? gDdmNhsgWhen : gDdmHpsgWhen; in DdmSendHeapSegments()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc223 …return Dbg::DdmHandleHpsgNhsgChunk(static_cast<Dbg::HpsgWhen>(when), static_cast<Dbg::HpsgWhat>(wh… in DdmVmInternal_heapSegmentNotify()