OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pc_array
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_coverage_libcdep.cc
45
//
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
+ pc_array_mapped_size
[
all
...]
/external/chromium_org/content/browser/media/
webrtc_internals_browsertest.cc
531
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 111 milliseconds