Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h116 static bool DdmHandleHpsgNhsgChunk(HpsgWhen when, HpsgWhat what, bool native);
Ddebugger.cc385 bool Dbg::DdmHandleHpsgNhsgChunk(Dbg::HpsgWhen when, Dbg::HpsgWhat what, bool native) { in DdmHandleHpsgNhsgChunk() function in art::Dbg
/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()