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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc45 // pc_array is the array containing the covered PCs.
46 // To make the pc_array thread- and async-signal-safe it has to be large enough.
49 // With coverage_direct=1 in ASAN_OPTIONS, pc_array memory is mapped to a file.
77 // pc_array is allocated with MmapNoReserveOrDie and so it uses only as
79 uptr *pc_array; member in class:__sanitizer::CoverageData
80 // Index of the first available pc_array slot.
111 pc_array = reinterpret_cast<uptr *>(
124 internal_munmap(pc_array, sizeof(uptr) * kPcArrayMaxSize);
162 // Extend the file and map the new space at the end of pc_array.
169 void *p = MapWritableFileToMemory(pc_array
[all...]
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc531 string pc_array = "[" + pc_0.getAllUpdateString() + ", " + local
533 EXPECT_TRUE(ExecuteJavascript("updateAllPeerConnections(" + pc_array + ");"));
776 string pc_array = local
778 EXPECT_TRUE(ExecuteJavascript("updateAllPeerConnections(" + pc_array + ");"));

Completed in 82 milliseconds