Searched refs:callee_cache (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc89 void IndirCall(uptr caller, uptr callee, uptr callee_cache[],
420 // When a given caller is seen for the first time, the callee_cache is added
421 // to the global array cc_array, callee_cache[0] is set to caller and
422 // callee_cache[1] is set to cache_size.
423 // Then we are trying to add callee to callee_cache [2,cache_size) if it is
426 void CoverageData::IndirCall(uptr caller, uptr callee, uptr callee_cache[], argument
430 reinterpret_cast<atomic_uintptr_t *>(callee_cache);
437 callee_cache[1] = cache_size;
438 cc_array[idx] = callee_cache;

Completed in 94 milliseconds