Home
last modified time | relevance | path

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

/external/compiler-rt/lib/profile/
DInstrProfilingPlatformDarwin.c62 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &VNodesEnd; variable
DInstrProfilingValue.c114 if (CurrentVNode + 1 > EndVNode) { in allocateOneNode()
127 if (Node + 1 > EndVNode) in allocateOneNode()
DInstrProfilingPlatformLinux.c73 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP; variable
DInstrProfilingPlatformOther.c92 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = 0; variable
DInstrProfilingInternal.h173 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;