/external/llvm/lib/Transforms/Instrumentation/ |
InstrProfiling.cpp | 87 /// Count the number of instrumented value sites for the function. 138 // the instrumented function. This is counting the number of instrumented
|
ThreadSanitizer.cpp | 63 STATISTIC(NumInstrumentedReads, "Number of instrumented reads"); 64 STATISTIC(NumInstrumentedWrites, "Number of instrumented writes"); 278 // 'All' is a vector of insns that will be instrumented. 390 // Instrument function entry/exit points if there were instrumented accesses.
|
/external/valgrind/exp-bbv/docs/ |
bbv-manual.xml | 251 are instrumented. This is slower (by approximately a factor 272 When a superblock is run for the first time, it is instrumented 277 Then each native instruction in the block is instrumented to
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 99 mainAttrs.put (Attributes.Name.IMPLEMENTATION_TITLE, "instrumented version of [" + archive.getAbsolutePath () + "]"); 100 mainAttrs.put (Attributes.Name.SPECIFICATION_TITLE, "instrumented on " + new Date (m_timeStamp) + " [" + Property.getSystemFingerprint () + "]"); 226 if ($assert.ENABLED) $assert.ASSERT (m_instrResult.m_descriptor != null, "no descriptor created for an instrumented class"); 470 // in non-overwrite modes, bail if src file already instrumented: 474 if ($assert.ENABLED) $assert.ASSERT (m_instrResult.m_descriptor != null, "no descriptor created for an instrumented class"); 728 log.info ("[" + m_classInstrs + " class(es) instrumented, " + m_classCopies + " resource(s) copied]"); [all...] |
/external/compiler-rt/test/profile/ |
instrprof-shared.test | 4 1. libt-instr.so is instrumented 5 2. libt-no-instr1.so is not instrumented
|
/external/jacoco/org.jacoco.doc/docroot/doc/ |
agent.html | 23 Class files are instrumented on-the-fly using a so called Java agent. This 122 be instrumented. Use this feature with caution, it needs heavy
|
/cts/libs/deviceutil/src/android/cts/util/ |
KeyEventUtil.java | 45 * Sends the key events corresponding to the text to the app being instrumented.
|
/external/clang/docs/ |
ExternalClangExamples.rst | 49 data collected by instrumented compilers."
|
/external/clang/include/clang/Basic/ |
LangOptions.h | 82 /// (files, functions, variables) should not be instrumented.
|
/external/clang/lib/CodeGen/ |
SanitizerMetadata.cpp | 39 // it won't be instrumented anyway.
|
/external/compiler-rt/lib/profile/ |
InstrProfilingValue.c | 60 * is the total number of value profile sites instrumented. Returns
|
/external/compiler-rt/lib/tsan/ |
CMakeLists.txt | 204 # Build libcxx instrumented with TSan.
|
/external/compiler-rt/lib/ubsan/ |
ubsan_value.h | 140 /// \brief Representation of an operand value provided by the instrumented code.
|
/external/gemmlowp/profiling/ |
instrumentation.h | 116 // in the instrumented code (see ScopedProfilingLabel).
|
/external/google-breakpad/src/common/windows/ |
omap.cc | 75 // instrumented image. It would first run this through the OMAPTO table and 83 // code. Symbol resolution works (starting from an instrumented address, 88 // appropriately transformed and reflect positions in the instrumented image. 93 // we're attempting symbol resolution by looking up an instrumented address
|
omap_internal.h | 57 // instrumented image to the original image.
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
FramesTest.java | 51 * Stack sizes calculated for instrumented classes might be sometimes bigger
|
/external/jacoco/org.jacoco.examples/build/ |
build-offline.xml | 52 <!-- Step 3: Run tests with instrumented classes -->
|
/external/libchrome/base/trace_event/ |
trace_event_synthetic_delay.h | 13 // Code can be instrumented for delays with two sets of macros. First, for
|
/external/llvm/docs/HistoricalNotes/ |
2003-06-26-Reoptimizer2.txt | 62 4. Use g++ to link the (instrumented) assembly code.
|
/external/llvm/include/llvm/Support/ |
SpecialCaseList.h | 21 // globals which shouldn't be instrumented.
|
/external/webrtc/webrtc/base/ |
profiler.h | 11 // A simple wall-clock profiler for instrumented code.
|
/frameworks/base/core/java/android/content/pm/ |
InstrumentationInfo.java | 29 * The name of the application package being instrumented. From the
|
/frameworks/base/core/tests/coretests/src/android/app/ |
SearchManagerTest.java | 62 * Maybe have to do with framework / unittest runner - need instrumented activity?
|
/frameworks/base/test-runner/src/android/test/ |
ApplicationTestCase.java | 163 * Return a real (not mocked or instrumented) system Context that can be used when generating
|