Searched refs:instrument (Results 1 - 25 of 65) sorted by last modified time

123

/external/vixl/
H A DAndroid.mk66 src/a64/instrument-a64.cc \
/external/valgrind/main/callgrind/
H A Dmain.c855 /* First pass over a BB to instrument, counting instructions and jumps
952 IRSB* CLG_(instrument)( VgCallbackClosure* closure, function
974 CLG_DEBUG(5, "instrument(BB %#lx) [Instrumentation OFF]\n",
979 CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->readdr);
1349 CLG_DEBUG(3, "- instrument(BB %#lx): byteLen %u, CJumps %u, CostLen %u\n",
2050 CLG_(instrument),
/external/valgrind/main/coregrind/
H A Dm_tooliface.c43 IRSB*(*instrument)(VgCallbackClosure*, IRSB*,
50 VG_(tdict).tool_instrument = instrument;
/external/valgrind/main/drd/
H A Ddrd_load_store.c591 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, function
603 Bool instrument = True; local
627 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
644 if (instrument)
654 if (instrument)
678 if (instrument) {
695 if (instrument) {
733 if (instrument) {
770 if (instrument) {
H A Ddrd_load_store.h42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
H A Ddrd_main.c830 DRD_(instrument),
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h166 (2) not try to instrument it or modify it in any way.
216 comment in MC_(instrument) in memcheck/mc_translate.c for
219 IRSB*(*instrument)(VgCallbackClosure* closure,
377 // to instrument() (see extensive comments above) when this
/external/valgrind/main/memcheck/
H A Dmc_include.h654 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
H A Dmc_main.c6860 MC_(instrument),
H A Dmc_translate.c5964 IRSB* MC_(instrument) ( VgCallbackClosure* closure, function
6017 for now just use the slow and blunt-instrument solution. */
6023 mce.tmpMap = VG_(newXA)( VG_(malloc), "mc.MC_(instrument).1", VG_(free),
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
H A DAndroidTranslator.java102 classHandler.instrument(ctClass);
H A DClassHandler.java10 void instrument(CtClass ctClass); method in interface:ClassHandler
H A DShadowWrangler.java55 public void instrument(CtClass ctClass) { method in class:ShadowWrangler
/external/qemu-pc-bios/
H A DMakefile41 bochs/config.status bochs/instrument bochs/ltdlconf.h
/external/qemu-pc-bios/bochs/
H A Dconfigure[all...]
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/openssl/crypto/
H A Dsparccpuid.S245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
/external/objenesis/
H A DAndroid.mk58 # adb shell am instrument -w org.objenesis.tck.android/.TckInstrumentation
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
H A Dasm_mov.s1 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
H A Dasm_swap_intel.s1 # RUN: llvm-mc %s -x86-asm-syntax=intel -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-assembly | FileCheck %s
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp66 bool instrument(Value *Ptr, Value *Val);
123 /// instrument - adds run-time bounds checks to memory accessing instructions.
128 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) { function in class:BoundsChecking
195 MadeChange |= instrument(LI->getPointerOperand(), LI);
197 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
199 MadeChange |= instrument(AI->getPointerOperand(),AI->getCompareOperand());
201 MadeChange |= instrument(AI->getPointerOperand(), AI->getValOperand());
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java129 clazz.instrument(converter);

Completed in 512 milliseconds

123