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