OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValueCounters
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/profile/
InstrProfiling.c
55
ValueProfNode **
ValueCounters
= (ValueProfNode **)DI->Values;
61
ValueProfNode *CurrentVNode =
ValueCounters
[i];
InstrProfilingValue.c
145
ValueProfNode **
ValueCounters
= (ValueProfNode **)PData->Values;
148
ValueProfNode *CurVNode =
ValueCounters
[CounterIndex];
210
if (!
ValueCounters
[CounterIndex])
212
COMPILER_RT_BOOL_CMPXCHG(&
ValueCounters
[CounterIndex], 0, CurVNode);
Completed in 117 milliseconds