HomeSort by relevance Sort by last modified time
    Searched full:instrumented (Results 201 - 225 of 375) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/gemmlowp/profiling/
profiler.h 21 // The code to be profiled needs to be instrumented with
  /external/javassist/src/main/javassist/tools/reflect/
Reflection.java 222 * of this class are instrumented.
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 1 //=-- InstrProfWriter.cpp - Instrumented profiling writer -------------------=//
InstrProf.cpp 1 //=-- InstrProf.cpp - Instrumented profiling format support -----------------=//
  /external/llvm/test/DebugInfo/X86/
debug-loc-asan.ll 4 ; instrumented with AddressSanitizer.
  /external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/
LogTransformer.java 264 // instrumented too.
  /external/testng/ant/
build-tests.xml 73 <path location="target/instrumented-classes" />
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov.h 237 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov.h 237 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov.h 237 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov.h 237 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/
libgcov.h 237 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/
libgcov.h 237 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov.h 237 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov.h 237 struct gcov_ctr_info ctrs[1]; /* instrumented counters */
  /external/compiler-rt/lib/asan/
asan_rtl.cc 258 // We want to keep those in the executable in order to let the instrumented
621 // Initialize as requested from instrumented application code.
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform.h 97 // mapping to use. Although slower, it make a same instrumented binary run on
180 // mapping to use. Although slower, it make a same instrumented binary run on
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 145 // This flag limits the number of instructions to be instrumented
177 "If the function being instrumented contains more than "
241 STATISTIC(NumInstrumentedReads, "Number of instrumented reads");
242 STATISTIC(NumInstrumentedWrites, "Number of instrumented writes");
    [all...]
  /external/llvm/docs/
CoverageMappingFormat.rst 36 * First, compile an instrumented version of your program using Clang's
41 * Then, run the instrumented binary. The runtime will produce a file called
61 after running the instrumented version of the program.
  /art/runtime/
art_method.cc 437 // We are running the generic jni stub, but the method is being instrumented.
  /external/clang/docs/
AddressSanitizer.rst 198 Some code should not be instrumented by AddressSanitizer. One may use the
ControlFlowIntegrity.rst 104 Dromaeo benchmark suite against an instrumented version of the Chromium
  /external/gemmlowp/
README.txt 227 It relies on source code being instrumented with pseudo-stack labels.
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 1 //=-- InstrProfReader.h - Instrumented profiling readers ----------*- C++ -*-=//
  /external/llvm/tools/llvm-cov/
CodeCoverage.cpp 259 "File with the profile data obtained after an instrumented run"));

Completed in 2277 milliseconds

1 2 3 4 5 6 7 891011>>