Home
last modified time | relevance | path

Searched refs:instrument (Results 1 – 25 of 95) sorted by relevance

1234

/external/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp64 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/
Dinstrument-dynamic-allocas.ll2 ; -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…
Dinstrument_global.ll13 ; Test that we don't instrument global arrays with static initializer
14 ; indexed with constants in-bounds. But instrument all other cases.
Ddo-not-instrument-promotable-allocas.ll1 ; RUN: opt < %s -asan -asan-module -asan-instrument-allocas=1 -S | FileCheck %s --check-prefix=CHECK
Ddo-not-touch-odr-global.ll1 ; This test checks that we instrument regular globals, but do not touch
Dundecidable-dynamic-alloca-1.ll3 ; RUN: opt < %s -asan -asan-module -asan-instrument-allocas=1 -S | FileCheck %s
Ddo-not-touch-comdat-global.ll1 ; This test checks that we instrument regular globals, but do not touch
/external/valgrind/drd/
Ddrd_load_store.c593 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_()
Ddrd_load_store.h42 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
/external/javassist/sample/evolve/
DEvolution.java57 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/
DClassHandler.java10 void instrument(CtClass ctClass); in instrument() method
/external/valgrind/exp-bbv/tests/amd64-linux/
Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
/external/valgrind/exp-bbv/tests/x86/
Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
/external/crcalc/tests/
DREADME.txt5 3) adb shell am instrument -w com.hp.creals.tests/android.test.InstrumentationTestRunner
/external/llvm/test/Instrumentation/AddressSanitizer/X86/
Dasm_attr.ll1 …linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileC…
Dasm_cfi.s4 # RUN: llvm-mc %s -triple=i386-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-asse…
Dasm_swap_intel.s1 …el -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-assembly | FileC…
Dasm_mov.s1 …linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileC…
Dasm_rsp_mem_op.s4 # RUN: llvm-mc %s -triple=x86_64-unknown-linux-gnu -asm-instrumentation=address -asan-instrument-as…
Dasm_cfi.ll1 …linux-gnu -mcpu=corei7 -mattr=+sse2 -asm-instrumentation=address -asan-instrument-assembly | FileC…
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
DAgentPremain.java29 import java.lang.instrument.Instrumentation;
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt30 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/
Dread_from_global.ll2 ; Check that tsan does not instrument reads from constant globals.
/external/javassist/src/main/javassist/
DCtClass.java1069 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/
DArrayAccessReplaceTest.java22 simpleClass.instrument(converter); in setUp()
33 clazz.instrument(converter); in testComplex()

1234