/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 24 // addresses in this region from instrumented code is forbidden until
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/sanitizer/ |
asan_interface.h | 24 // addresses in this region from instrumented code is forbidden until
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/sanitizer/ |
asan_interface.h | 24 // addresses in this region from instrumented code is forbidden until
|
/art/runtime/entrypoints/ |
entrypoint_utils-inl.h | 184 // CheckObjectAlloc can cause thread suspension which means we may now be instrumented. 209 // instrumented. 281 // CheckArrayAlloc can cause thread suspension which means we may now be instrumented. [all...] |
entrypoint_utils.cc | 299 // handle instrumented frames.
|
/frameworks/base/docs/html/topic/libraries/testing-support-library/ |
index.jd | 130 package, as this might cause unexpected results. If you are creating an instrumented JUnit 4 135 <p>The following code snippet shows how you might write an instrumented JUnit 4 test to validate 621 <li>Single project structure to contain your unit and instrumented test code together with
|
/frameworks/base/docs/html/training/testing/ui-testing/ |
espresso-testing.jd | 97 <a href="{@docRoot}training/testing/start/index.html#config-instrumented-tests"> 591 To run your Espresso test, follow the steps for running instrumented tests 592 described in <a href="{@docRoot}training/testing/start/index.html#run-instrumented-tests">
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/ |
gcov-io.h | 149 counter values for instrumented features. The about the whole 152 instrumented object file. There may be several program summaries, 413 (1) means FDO/LIPO in instrumented binary.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/ |
gcov-io.h | 149 counter values for instrumented features. The about the whole 152 instrumented object file. There may be several program summaries, 413 (1) means FDO/LIPO in instrumented binary.
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
gcov-io.h | 149 counter values for instrumented features. The about the whole 152 instrumented object file. There may be several program summaries, 413 (1) means FDO/LIPO in instrumented binary.
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
gcov-io.h | 149 counter values for instrumented features. The about the whole 152 instrumented object file. There may be several program summaries, 413 (1) means FDO/LIPO in instrumented binary.
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/ |
gcov-io.h | 149 counter values for instrumented features. The about the whole 152 instrumented object file. There may be several program summaries, 413 (1) means FDO/LIPO in instrumented binary.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/ |
gcov-io.h | 149 counter values for instrumented features. The about the whole 152 instrumented object file. There may be several program summaries, 413 (1) means FDO/LIPO in instrumented binary.
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
gcov-io.h | 149 counter values for instrumented features. The about the whole 152 instrumented object file. There may be several program summaries, 413 (1) means FDO/LIPO in instrumented binary.
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/ |
gcov-io.h | 149 counter values for instrumented features. The about the whole 152 instrumented object file. There may be several program summaries, 413 (1) means FDO/LIPO in instrumented binary.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
racewalk.go | 161 // Those must not be instrumented, because the 164 // be involved in races and need not be instrumented. 191 // typedslicecopy is instrumented in runtime.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
racewalk.go | 158 // Those must not be instrumented, because the 161 // be involved in races and need not be instrumented. 188 // typedslicecopy is instrumented in runtime.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
racewalk.go | 161 // Those must not be instrumented, because the 164 // be involved in races and need not be instrumented. 191 // typedslicecopy is instrumented in runtime.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
racewalk.go | 158 // Those must not be instrumented, because the 161 // be involved in races and need not be instrumented. 188 // typedslicecopy is instrumented in runtime.
|
/external/llvm/lib/Transforms/Instrumentation/ |
DataFlowSanitizer.cpp | 103 // Controls whether the pass uses IA_Args or IA_TLS as the ABI for instrumented 190 /// Which ABI should be used for instrumented functions? 522 // also has an instrumented name. 684 // Non-instrumented alias of an instrumented function, or vice versa. 713 // Instrumented functions get a 'dfs$' prefix. This allows us to more 773 // But any functions it may call need to use the instrumented ABI, so [all...] |
/external/valgrind/memcheck/docs/ |
mc-tech-docs.xml | 119 instrumented translations, and those are run instead. The 571 instrumented basic blocks, which live in the translation cache [all...] |
/external/clang/test/Driver/ |
instrprof-ld.c | 1 // Test instrumented profiling ld flags.
|
/external/compiler-rt/lib/asan/ |
asan_win.cc | 232 // will be called for each instrumented module. This ensures that at least one
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessor.java | 195 // the input directories (prevents spurious "already instrumented" errors)
|
/external/emma/core/java12/com/vladium/emma/rt/ |
ClassPathProcessorST.java | 285 * caching instrumented class defs
|