Searched refs:hasInstrumentation (Results 1 – 1 of 1) sorted by relevance
143 bool hasInstrumentation();144 void setHasInstrumentation(bool hasInstrumentation);473 bool BLInstrumentationEdge::hasInstrumentation() { in hasInstrumentation() function in BLInstrumentationEdge478 void BLInstrumentationEdge::setHasInstrumentation(bool hasInstrumentation) { in setHasInstrumentation() argument479 _hasInstrumentation = hasInstrumentation; in setHasInstrumentation()1207 if( !((BLInstrumentationEdge*)(*next))->hasInstrumentation() ) in insertInstrumentationStartingAt()