/external/valgrind/main/drd/ |
D | drd_load_store.c | 442 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, in DRD_() argument 453 Bool instrument = True; in DRD_() local 476 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr) in DRD_() 493 if (instrument) in DRD_() 504 if (instrument) in DRD_() 518 if (instrument) in DRD_() 557 if (instrument) in DRD_() 587 if (instrument) { in DRD_()
|
D | drd_load_store.h | 43 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
|
D | drd_main.c | 747 DRD_(instrument), in drd_pre_clo_init()
|
/external/qemu-pc-bios/bochs/ |
D | Makefile.in | 428 memory/memory.dsp iodev/iodev.dsp instrument/stubs/stubs.dsp \ 682 instrument/stubs/instrument.h iodev/iodev.h bochs.h iodev/vga.h \ 688 instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \ 696 gui/textconfig.h gui/keymap.h instrument/stubs/instrument.h cpu/cpu.h \ 705 instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \ 713 instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h cpu/crregs.h \ 721 instrument/stubs/instrument.h 725 gui/keymap.h instrument/stubs/instrument.h cpu/cpu.h disasm/disasm.h \ 733 gui/textconfig.h gui/keymap.h instrument/stubs/instrument.h \ 738 instrument/stubs/instrument.h iodev/iodev.h bochs.h iodev/vga.h \
|
/external/javassist/sample/evolve/ |
D | Evolution.java | 57 clazz.instrument(converter); in onLoad() 183 cs[i].instrument(converter); in makeConcreteClass() 187 ms[i].instrument(converter); in makeConcreteClass()
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
D | complex_rep.S | 1 # When trying (and failing) to instrument at the basic block level
|
/external/valgrind/main/exp-bbv/tests/x86/ |
D | complex_rep.S | 1 # When trying (and failing) to instrument at the basic block level
|
/external/qemu-pc-bios/ |
D | Makefile | 41 bochs/config.status bochs/instrument bochs/ltdlconf.h
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-06-25-Reoptimizer1.txt | 30 How do we keep track of which edges to instrument, and which edges are 42 instrument these differently. 97 trace cache. Then we instrument that code. The process is similar for
|
/external/javassist/src/main/javassist/ |
D | CtClass.java | 1069 public void instrument(CodeConverter converter) in instrument() method in CtClass 1083 public void instrument(ExprEditor editor) in instrument() method in CtClass
|
D | CtBehavior.java | 642 public void instrument(CodeConverter converter) in instrument() method in CtBehavior 655 public void instrument(ExprEditor editor) in instrument() method in CtBehavior
|
D | CtClassType.java | 1361 public void instrument(CodeConverter converter) in instrument() method in CtClassType 1375 public void instrument(ExprEditor editor) in instrument() method in CtClassType
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 22 simpleClass.instrument(converter); in setUp() 33 clazz.instrument(converter); in testComplex()
|
/external/valgrind/main/coregrind/ |
D | m_tooliface.c | 43 IRSB*(*instrument)(VgCallbackClosure*, IRSB*, in VG_() 49 VG_(tdict).tool_instrument = instrument; in VG_()
|
/external/javassist/src/main/javassist/tools/reflect/ |
D | Reflection.java | 129 clazz.instrument(converter); in onLoad()
|
/external/valgrind/main/include/ |
D | pub_tool_tooliface.h | 219 IRSB*(*instrument)(VgCallbackClosure* closure,
|
/external/valgrind/main/memcheck/ |
D | mc_include.h | 503 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 88 final boolean instrument, final boolean metadata, in process() argument 94 if (! (instrument || metadata)) return; // nothing to do in process() 105 m_instrument = instrument; in process()
|
/external/v8/ |
D | SConstruct | 320 'pgo:instrument': { 606 'pgo:instrument': { 750 'pgo:instrument': { 1020 'values': ['off', 'instrument', 'optimize'],
|
/external/openssl/crypto/ |
D | sparccpuid.S | 245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
|
/external/valgrind/main/callgrind/ |
D | main.c | 901 IRSB* CLG_(instrument)( VgCallbackClosure* closure, in CLG_() argument 1725 CLG_(instrument), in CLG_()
|
/external/android-mock/tests/com/google/android/testing/mocking/ |
D | AndroidMockTest.java | 469 method.instrument(verifier); in testAllForwardedMethods()
|
/external/quake/quake/src/WinQuake/data/ |
D | COMEXP.TXT | 405 constitute one and the same instrument, but in making proof of this
|
/external/clang/include/clang/Driver/ |
D | CC1Options.td | 126 HelpText<"Generate calls to instrument function entry and exit">;
|
/external/qemu/ |
D | CHANGES.TXT | 96 - Add a '-memcheck' option to instrument memory reads/writes at runtime in
|