/external/llvm/lib/Transforms/Instrumentation/ |
D | BoundsChecking.cpp | 64 bool instrument(Value *Ptr, Value *Val, const DataLayout &DL); 126 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal, in instrument() function in BoundsChecking 194 MadeChange |= instrument(LI->getPointerOperand(), LI, DL); in runOnFunction() 197 instrument(SI->getPointerOperand(), SI->getValueOperand(), DL); in runOnFunction() 200 instrument(AI->getPointerOperand(), AI->getCompareOperand(), DL); in runOnFunction() 203 instrument(AI->getPointerOperand(), AI->getValOperand(), DL); in runOnFunction()
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | instrument-dynamic-allocas.ll | 2 ; -asan-instrument-allocas=1 4 ; RUN: opt < %s -asan -asan-module -asan-instrument-allocas=1 -S | FileCheck %s --check-prefix=CHEC… 5 ; RUN: opt < %s -asan -asan-module -asan-instrument-allocas=0 -S | FileCheck %s --check-prefix=CHEC…
|
D | instrument_global.ll | 13 ; Test that we don't instrument global arrays with static initializer 14 ; indexed with constants in-bounds. But instrument all other cases.
|
D | do-not-instrument-promotable-allocas.ll | 1 ; RUN: opt < %s -asan -asan-module -asan-instrument-allocas=1 -S | FileCheck %s --check-prefix=CHECK
|
D | do-not-touch-odr-global.ll | 1 ; This test checks that we instrument regular globals, but do not touch
|
D | undecidable-dynamic-alloca-1.ll | 3 ; RUN: opt < %s -asan -asan-module -asan-instrument-allocas=1 -S | FileCheck %s
|
D | do-not-touch-comdat-global.ll | 1 ; This test checks that we instrument regular globals, but do not touch
|
/external/valgrind/drd/ |
D | drd_load_store.c | 593 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, in DRD_() argument 605 Bool instrument = True; in DRD_() local 629 instrument = VG_(DebugInfo_sect_kind)(NULL, st->Ist.IMark.addr) in DRD_() 648 if (instrument) in DRD_() 658 if (instrument) in DRD_() 682 if (instrument) { in DRD_() 699 if (instrument) { in DRD_() 737 if (instrument) { in DRD_() 774 if (instrument) { in DRD_()
|
D | drd_load_store.h | 42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
|
/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/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
D | ClassHandler.java | 10 void instrument(CtClass ctClass); in instrument() method
|
/external/valgrind/exp-bbv/tests/amd64-linux/ |
D | complex_rep.S | 1 # When trying (and failing) to instrument at the basic block level
|
/external/valgrind/exp-bbv/tests/x86/ |
D | complex_rep.S | 1 # When trying (and failing) to instrument at the basic block level
|
/external/crcalc/tests/ |
D | README.txt | 5 3) adb shell am instrument -w com.hp.creals.tests/android.test.InstrumentationTestRunner
|
/external/llvm/test/Instrumentation/AddressSanitizer/X86/ |
D | asm_attr.ll | 1 …linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileC…
|
D | asm_cfi.s | 4 # RUN: llvm-mc %s -triple=i386-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-asse…
|
D | asm_swap_intel.s | 1 …el -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-assembly | FileC…
|
D | asm_mov.s | 1 …linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileC…
|
D | asm_rsp_mem_op.s | 4 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-as…
|
D | asm_cfi.ll | 1 …linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileC…
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/ |
D | AgentPremain.java | 29 import java.lang.instrument.Instrumentation;
|
/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/llvm/test/Instrumentation/ThreadSanitizer/ |
D | read_from_global.ll | 2 ; Check that tsan does not instrument reads from constant globals.
|
/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
|
/external/javassist/src/test/test/javassist/convert/ |
D | ArrayAccessReplaceTest.java | 22 simpleClass.instrument(converter); in setUp() 33 clazz.instrument(converter); in testComplex()
|