Home
last modified time | relevance | path

Searched refs:isInstrumentation (Results 1 – 1 of 1) sorted by relevance

/build/soong/cc/
Dpgo.go80 func (props *PgoProperties) isInstrumentation() bool { func
95 if props.isInstrumentation() {
148 if props.isInstrumentation() {
186 isInstrumentation := props.isInstrumentation()
189 profileKindPresent := isInstrumentation || isSampling
219 if isSampling && isInstrumentation {