OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:instrumented
(Results
101 - 125
of
375
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/asan/tests/
asan_benchmarks_test.cc
12
// Some benchmarks for the
instrumented
code.
/external/compiler-rt/lib/profile/
InstrProfiling.h
82
* ValueProfNode trees (one per
instrumented
function).
/external/compiler-rt/test/asan/TestCases/Linux/
activation-options.cc
3
// library is
instrumented
.
/external/compiler-rt/test/asan/TestCases/Posix/
start-deactivated.cc
3
// library is
instrumented
. Memory errors before dlopen are not detected.
/external/compiler-rt/test/ubsan/TestCases/Misc/
coverage-levels.cc
36
// more than the minimal number of
instrumented
blocks.
/external/emma/core/java12/com/vladium/emma/rt/
InstrClassLoader.java
218
// the
instrumented
class definition:
222
if (trace1) m_log.trace1 ("findClass", "defining [cached]
instrumented
[" + name + "] {" + length + " bytes }");
278
// the
instrumented
class definition:
282
if (trace1) m_log.trace1 ("findClass", "defining
instrumented
[" + name + "] {" + length + " bytes }");
/external/emma/core/res/com/vladium/emma/
exceptions.properties
54
exception occurred while writing
instrumented
file(s):
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
InstrumentMojo.java
31
* restore original classes with help of "restore-
instrumented
-classes" goal.
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java
81
*
instrumented
. Use this feature with caution, it needs heavy
352
*
instrumented
.
362
*
instrumented
.
365
* <code>true</code> if bootstrap classes should be
instrumented
/external/libchrome/base/profiler/
scoped_tracker.h
23
// inside the
instrumented
code region.
/external/llvm/include/llvm/Transforms/Utils/
ModuleUtils.h
49
// function of given sanitizer. If the
instrumented
module defines a function
/external/llvm/test/DebugInfo/COFF/
asan-module-ctor.ll
17
; Make sure we don't put any DWARF debug info for ASan-
instrumented
modules.
/external/llvm/test/Instrumentation/AddressSanitizer/
global_metadata.ll
14
; Check that globals were
instrumented
:
/external/llvm/tools/llvm-cov/
TestingSupport.cpp
34
"File with the profile data obtained after an
instrumented
run"));
/external/webrtc/
DEPS
89
# Pull sanitizer-
instrumented
third-party libraries if requested via
/packages/providers/CalendarProvider/tests/
EMMA_README
83
# copy the
instrumented
APKs to the device
/external/valgrind/coregrind/m_gdbserver/
m_gdbserver.c
88
/* An instruction
instrumented
for gdbserver looks like this:
190
because they have been (or must be)
instrumented
for gdbserver.
193
exit of a block that has been
instrumented
for gdbserver while
225
instructions are in any case vgdb-
instrumented
. */
[
all
...]
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/
memory_dump_track_util.html
179
// Build one list of points for each
instrumented
process.
208
// Build a chart series for each
instrumented
process.
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
InstrumenterTest.java
125
// Create
instrumented
instance:
133
// Serialize
instrumented
instance:
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ClassLoaderTest.java
61
// It is difficult to test further because the CTS tests run as an
instrumented
TestCase.
74
// It is difficult to test this because the CTS tests run as an
instrumented
TestCase.
/art/runtime/
instrumentation.h
391
// Called when an
instrumented
method is entered. The intended link register (lr) is saved so
398
// Called when an
instrumented
method is exited. Removes the pushed instrumentation frame
427
// Does not hold lock, used to check if someone changed from not
instrumented
to
instrumented
460
void SetEntrypointsInstrumented(bool
instrumented
) NO_THREAD_SAFETY_ANALYSIS;
588
// Greater than 0 if quick alloc entry points
instrumented
.
instrumentation.cc
223
return true; // Ignore unresolved methods since they will be
instrumented
after resolution.
241
LOG(INFO) << "Ignoring already
instrumented
" << frame.Dump();
636
void Instrumentation::SetEntrypointsInstrumented(bool
instrumented
) {
644
SetQuickAllocEntryPointsInstrumented(
instrumented
);
646
alloc_entrypoints_instrumented_ =
instrumented
;
649
SetQuickAllocEntryPointsInstrumented(
instrumented
);
651
alloc_entrypoints_instrumented_ =
instrumented
;
[
all
...]
/external/clang/docs/
SanitizerCoverage.rst
61
Every time you run an executable
instrumented
with SanitizerCoverage
63
If the executable is dynamically linked against
instrumented
DSOs,
101
set from the set of all
instrumented
PCs. The latter can be obtained by listing
111
sancov.py: found 3
instrumented
PCs in a.out
186
Every indirect function call is
instrumented
with a run-time function call that
266
they will be called by the
instrumented
code.
/art/runtime/gc/
heap-inl.h
125
// AllocObject will pick up the new allocator type, and
instrumented
as true is the safe
263
// If running on valgrind or asan, we should be using the
instrumented
path.
289
// If running on valgrind, we should be using the
instrumented
path.
/external/jacoco/org.jacoco.doc/docroot/doc/
flow.html
160
times and significantly slow down execution speed of the
instrumented
classes.
409
total classes
instrumented
with JaCoCo increase their size by about 30%. Due
411
instructions, the observed execution time overhead for
instrumented
Completed in 2455 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>