Searched refs:instrument (Results 1 - 23 of 23) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_load_store.h43 IRSB* DRD_(instrument)(VgCallbackClosure* const closure,
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) {
H A Ddrd_main.c754 DRD_(instrument),
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S1 # When trying (and failing) to instrument at the basic block level
/external/qemu-pc-bios/
H A DMakefile41 bochs/config.status bochs/instrument bochs/ltdlconf.h
/external/javassist/sample/evolve/
H A DEvolution.java57 clazz.instrument(converter);
183 cs[i].instrument(converter);
187 ms[i].instrument(converter);
/external/javassist/src/main/javassist/
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 DCtBehavior.java642 public void instrument(CodeConverter converter) method in class:CtBehavior
655 public void instrument(ExprEditor editor) method in class:CtBehavior
H A DCtClassType.java1361 public void instrument(CodeConverter converter) method in class:CtClassType
1375 public void instrument(ExprEditor editor) method in class:CtClassType
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java22 simpleClass.instrument(converter);
33 clazz.instrument(converter);
/external/valgrind/main/coregrind/
H A Dm_tooliface.c43 IRSB*(*instrument)(VgCallbackClosure*, IRSB*,
49 VG_(tdict).tool_instrument = instrument;
/external/javassist/src/main/javassist/tools/reflect/
H A DReflection.java129 clazz.instrument(converter);
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h166 (2) not try to instrument it or modify it in any way.
216 comment in MC_(instrument) in memcheck/mc_translate.c for
219 IRSB*(*instrument)(VgCallbackClosure* closure,
363 // to instrument() (see extensive comments above) when this
/external/valgrind/main/memcheck/
H A Dmc_include.h548 IRSB* MC_(instrument) ( VgCallbackClosure* closure,
H A Dmc_main.c6142 MC_(instrument),
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/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/openssl/crypto/
H A Dsparccpuid.S245 ! Probe and instrument VIS1 instruction. Output is number of cycles it
/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/android-mock/tests/com/google/android/testing/mocking/
H A DAndroidMockTest.java463 // CtMethod.instrument Causes every instruction in the method to be
469 method.instrument(verifier);
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/qemu-pc-bios/bochs/
H A Dconfigure[all...]

Completed in 1372 milliseconds