Searched refs:dies (Results 1 – 4 of 4) sorted by relevance
700 std::vector<const nogrod::DwarfDie*> dies = dwarf_info->FindDiesByName(class_name); in ParseClass() local701 if (dies.empty()) { in ParseClass()709 for (auto namefellow_die : dies) { in ParseClass()1043 const std::vector<const nogrod::DwarfDie*>& dies) { in warning_too_many_dies() argument1045 for (auto die : dies) { in warning_too_many_dies()1073 std::vector<const nogrod::DwarfDie*> dies = dwarf_info->FindDiesByName(name); in FindBestDie() local1074 if (dies.empty()) { in FindBestDie()1082 for (const auto die : dies) { in FindBestDie()1114 if (dies.size() > 1) { in FindBestDie()1115 warning_too_many_dies(name, dies); in FindBestDie()[all …]
22 description: "Enables clearing of Credential Manager sessions when client process dies"
126 fun `removes all votes from storage when binder dies`() { in removes all votes from storage when binder dies()190 fun `recalculates vote if one binder dies`() { in recalculates vote if one binder dies()
20236 // The reason code of why the process dies20239 // The supplemental reason code of why the process dies20242 // The importance of the process when it dies20245 // The last known PSS (in kB) of the process before it dies, could be 0.20248 // The last known RSS (in kB) of the process before it dies, could be 0.