Searched defs:profileable (Results 1 – 15 of 15) sorted by relevance
36 profileable, enumerator45 bool profileable; member
31 bool profileable; member
27 bool profileable = 3; field
76 long long profileable = strtoll(ss.cur_token(), &end, 10); in ReadPackagesListLine() local
31 bool profileable = false; member
90 bool profileable = false; in HandleProfilingSignal() local
119 std::optional<bool> profileable; in adbconnection_client_new() local
60 bool profileable, in PackageListLine()
299 bool profileable = proc->process.profileable; in jdwp_process_event() local
527 inline bool ProcessEntry::profileable() const { in profileable() function
566 inline bool ProcessEntry::profileable() const { in profileable() function
215 ParsingPackage setProfileable(boolean profileable); in setProfileable()