HomeSort by relevance Sort by last modified time
    Searched refs:CurrentVNode (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/profile/
InstrProfiling.c 61 ValueProfNode *CurrentVNode = ValueCounters[i];
63 while (CurrentVNode) {
64 CurrentVNode->Count = 0;
65 CurrentVNode = CurrentVNode->Next;
InstrProfilingPlatformDarwin.c 61 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &VNodesStart;
InstrProfilingPlatformLinux.c 72 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START;
InstrProfilingPlatformOther.c 91 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = 0;
InstrProfilingInternal.h 172 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
InstrProfilingValue.c 114 if (CurrentVNode + 1 > EndVNode) {
124 Node = COMPILER_RT_PTR_FETCH_ADD(ValueProfNode, CurrentVNode, 1);

Completed in 339 milliseconds