Searched defs:instrument (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp68 bool instrument(Value *Ptr, Value *Val);
125 /// instrument - adds run-time bounds checks to memory accessing instructions.
130 bool BoundsChecking::instrument(Value *Ptr, Value *InstVal) { function in class:BoundsChecking
197 MadeChange |= instrument(LI->getPointerOperand(), LI);
199 MadeChange |= instrument(SI->getPointerOperand(), SI->getValueOperand());
201 MadeChange |= instrument(AI->getPointerOperand(),AI->getCompareOperand());
203 MadeChange |= instrument(AI->getPointerOperand(), AI->getValOperand());
/external/valgrind/main/drd/
H A Ddrd_load_store.c433 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, function
444 Bool instrument = True; local
467 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
484 if (instrument)
495 if (instrument)
509 if (instrument)
548 if (instrument)
578 if (instrument) {
/external/javassist/src/main/javassist/
H A DCtBehavior.java642 public void instrument(CodeConverter converter) method in class:CtBehavior
655 public void instrument(ExprEditor editor) method in class:CtBehavior
H A DCtClass.java1063 * declared in the class. This method calls <code>instrument()</code>
1069 public void instrument(CodeConverter converter) method in class:CtClass
1077 * declared in the class. This method calls <code>instrument()</code>
1083 public void instrument(ExprEditor editor) method in class:CtClass
1224 * or <code>instrument()</code> cannot be called.
1243 * @see #instrument(CodeConverter)
1244 * @see #instrument(ExprEditor)
H A DCtClassType.java1361 public void instrument(CodeConverter converter) method in class:CtClassType
1375 public void instrument(ExprEditor editor) method in class:CtClassType
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java71 * <li> if 'instrument' is true, the class definition is instrumented for
80 * NOTE: if 'instrument' is 'true', the caller should always assume that 'cls'
88 final boolean instrument, final boolean metadata,
94 if (! (instrument || metadata)) return; // nothing to do
105 m_instrument = instrument;
464 // add <clinit> (and instrument if needed) [a <clinit> is always needed
556 final int instrMethodCount = m_classInstrMethodCount; // actual number of methods to instrument may be less than the size of the block map
1813 final int instrMethodCount = visitor.m_classInstrMethodCount; // actual number of methods to instrument may be less than the size of the block map
1838 // TODO: if this method has been added by us, do not instrument its blocks
86 process(final ClassDef cls, final boolean ignoreAlreadyInstrumented, final boolean instrument, final boolean metadata, final InstrResult out) argument
/external/valgrind/main/callgrind/
H A Dmain.c805 /* First pass over a BB to instrument, counting instructions and jumps
902 IRSB* CLG_(instrument)( VgCallbackClosure* closure, function
924 CLG_DEBUG(5, "instrument(BB %#lx) [Instrumentation OFF]\n",
929 CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->readdr);
1231 CLG_DEBUG(3, "- instrument(BB %#lx): byteLen %u, CJumps %u, CostLen %u\n",
1900 CLG_(instrument),
/external/valgrind/main/memcheck/
H A Dmc_translate.c4866 IRSB* MC_(instrument) ( VgCallbackClosure* closure, function
4910 mce.tmpMap = VG_(newXA)( VG_(malloc), "mc.MC_(instrument).1", VG_(free),
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 1529 milliseconds