HomeSort by relevance Sort by last modified time
    Searched full:instrumented (Results 76 - 100 of 219) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/tools/code_coverage/
croc.py 77 self.in_lcov = False # Is file instrumented?
80 self.lines = {} # line_no -> None=executable, 0=instrumented, 1=covered
340 cov_file.in_lcov = True # File was instrumented
433 LCOV files only contains files which are compiled and instrumented as part
487 # File already instrumented and doesn't need to be scanned
  /external/compiler-rt/
CMakeLists.txt 240 # We support running instrumented tests when we're not cross compiling
245 option(COMPILER_RT_CAN_EXECUTE_TESTS "Can we execute instrumented tests" ON)
247 option(COMPILER_RT_CAN_EXECUTE_TESTS "Can we execute instrumented tests" OFF)
  /external/valgrind/main/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...]
InstrVisitor.java 71 * <li> if 'instrument' is true, the class definition is instrumented for
104 // TODO: handle classes that cannot be instrumented due to bytecode/JVM limitations
166 if (trace1) m_log.trace1 ("visit", "skipping instrumented class");
172 throw new IllegalStateException ("class [" + clsName + "] appears to be instrumented already");
465 // even if there are no other instrumented method to act as a load hook]:
    [all...]
  /art/runtime/gc/
heap-inl.h 216 // If running on valgrind, we should be using the instrumented path.
226 // If running on valgrind, we should be using the instrumented path.
  /external/chromium_org/third_party/lcov/bin/
mcov 187 # Write coverage information for each instrumented line
191 # Check for instrumented line
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 120 // This flag limits the number of instructions to be instrumented
153 cl::desc("If the function being instrumented contains more than "
163 // instrumented and non-instrumented code at link-time.
166 // If we end up with a clone, we put the instrumented function into a section
207 STATISTIC(NumInstrumentedReads, "Number of instrumented reads");
208 STATISTIC(NumInstrumentedWrites, "Number of instrumented writes");
792 // function of AddressSanitizer. If the instrumented module defines a function
    [all...]
ThreadSanitizer.cpp 61 STATISTIC(NumInstrumentedReads, "Number of instrumented reads");
62 STATISTIC(NumInstrumentedWrites, "Number of instrumented writes");
270 // 'All' is a vector of insns that will be instrumented.
366 // Instrument function entry/exit points if there were instrumented accesses.
  /external/chromium_org/base/debug/
profiler.cc 120 // Syzygy-instrumented binaries contain a PE image section named ".thunks",
trace_event_synthetic_delay.h 13 // Code can be instrumented for delays with two sets of macros. First, for
  /external/chromium_org/chrome/browser/resources/google_now/
common_test_util.js 33 * function. Can be either 'chrome' or 'instrumented'.
  /external/chromium_org/chrome/common/
profiling.cc 132 // Establish the V8 profiling hooks if we're an instrumented binary.
  /external/chromium_org/third_party/sqlite/src/doc/
vfs-shm.txt 77 during testing using an instrumented lock manager.
  /external/chromium_org/third_party/webrtc/base/
profiler.h 11 // A simple wall-clock profiler for instrumented code.
  /external/chromium_org/tools/cygprofile/
cygprofile.h 52 // it's not instrumented with cygprofile, directly calls exec(). This is safe
  /external/clang/docs/
ExternalClangExamples.rst 49 data collected by instrumented compilers."
  /external/clang/test/Driver/
instrprof-ld.c 1 // Test instrumented profiling ld flags.
  /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/llvm/lib/ProfileData/
InstrProfWriter.cpp 1 //=-- InstrProfWriter.cpp - Instrumented profiling writer -------------------=//
  /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 157 * Return a real (not mocked or instrumented) system Context that can be used when generating
  /external/compiler-rt/lib/msandr/
msandr.cc 14 // MemorySanitizer requires that all program code is instrumented. Any memory
249 // For example, spill them only once for a sequence of instrumented
543 dr_printf("BB to be instrumented: %p [from %s]; translating = %s\n", pc,
571 // compiler-instrumented modules).
587 dr_printf("+%d -> to be instrumented! [opcode=%d, flags = 0x%08X]\n",
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.h 145 values for those arcs that are instrumented. The SUMMARY records
149 instrumented object file. There may be several program summaries,
574 (1) means FDO/LIPO in instrumented binary.
698 unsigned n_ctrs[0]; /* instrumented counters */
725 unsigned ctr_mask; /* mask of counters instrumented. */
    [all...]

Completed in 2374 milliseconds

1 2 34 5 6 7 8 9