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

/external/valgrind/main/drd/
H A Ddrd_load_store.c442 IRSB* DRD_(instrument)(VgCallbackClosure* const closure, function
453 Bool instrument = True; local
476 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
493 if (instrument)
504 if (instrument)
518 if (instrument)
557 if (instrument)
587 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.c804 /* First pass over a BB to instrument, counting instructions and jumps
901 IRSB* CLG_(instrument)( VgCallbackClosure* closure, function
923 CLG_DEBUG(5, "instrument(BB %#lx) [Instrumentation OFF]\n",
928 CLG_DEBUG(3, "+ instrument(BB %#lx)\n", (Addr)closure->readdr);
1230 CLG_DEBUG(3, "- instrument(BB %#lx): byteLen %u, CJumps %u, CostLen %u\n",
1725 CLG_(instrument),
/external/valgrind/main/memcheck/
H A Dmc_translate.c4647 IRSB* MC_(instrument) ( VgCallbackClosure* closure, function
4691 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 4190 milliseconds