Searched refs:IsPcInstrumented (Results 1 – 2 of 2) sorted by relevance
49 bool IsPcInstrumented(uptr pc) const;99 if (track_instrumented_libs_ && !IsPcInstrumented(pc)) in IsIgnored()104 inline bool LibIgnore::IsPcInstrumented(uptr pc) const { in IsPcInstrumented() function
106 if (IsPcInstrumented(range.beg) && IsPcInstrumented(range.end - 1)) in OnLibraryLoaded()